Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toggle in-call status bar時不能scroll #20

Open
IvanGzx opened this issue May 2, 2018 · 9 comments
Open

toggle in-call status bar時不能scroll #20

IvanGzx opened this issue May 2, 2018 · 9 comments

Comments

@IvanGzx
Copy link

IvanGzx commented May 2, 2018

大神 iPhone X沒有這個問題因為沒有改變navigation bar, 其他iphone 都有這個問題

@panghaijiao
Copy link
Owner

什么意思?

@IvanGzx
Copy link
Author

IvanGzx commented May 2, 2018

電話打進來的時候 不能上下滑動

@IvanGzx
Copy link
Author

IvanGzx commented May 2, 2018

每次卡在observeValueForKeyPath function

UIScrollView *scrollView = viewController.tabContentScrollView;
if (scrollView != object) {
return;
}

這裡就return了

@panghaijiao
Copy link
Owner

我刚用模拟器iPhone 8 Plus跑本demo,Hardware-选择toggle in-call status bar 此时可以滑动啊,你跑一下试试

@panghaijiao
Copy link
Owner

如果实在获取不到,你可以自定义子VC的tabContentScrollView

  • (UIScrollView *)tabContentScrollView {
    return self.tableView;
    }

@IvanGzx
Copy link
Author

IvanGzx commented May 2, 2018

我用se 跑demo 也是有這個問題, 我是開app->headerTabViewController -> toggle in-call status bar -> 下面tableview就不能滑動了

@panghaijiao
Copy link
Owner

我没有se的真机,刚用模拟器SE运行demo也可以的,要不你加一下QQ群 549749502, 咱们具体聊

@IvanGzx
Copy link
Author

IvanGzx commented May 2, 2018

好啊 謝謝大神

@IvanGzx
Copy link
Author

IvanGzx commented May 2, 2018

申請了 可以讓管理員加一下嗎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants