-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
presentViewController MFMessageComposeViewController整个导航栏都为空白了 #14
Comments
这个应该在 MFMessageComposeViewController 的时候禁用 该功能。同时注意 设置 MFMessageComposeViewController的fd_viewControllerBasedNavigationBarAppearanceEnabled 为NO 是不起作用的。
|
请问这个问题解决了吗,我这里同样的问题还是存在。 |
@wuminglan 的方法可行 |
@wuminglan @hstdt 我用你这个方法,直接奔溃掉了!崩溃信息是*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Pushing the same view controller instance more than once is not supported (<CKSMSComposeController: 0x1b89e600>)',请问你的是怎么解决这个问题的 |
@sunlymaster 你应该把过滤的代码放在 |
if ([viewController isKindOfClass:NSClassFromString(@"CKSMSComposeController")]) {
|
ios10 下面这个解决方法也没用了 还有什么其他解决办法吗 |
用原生的interactivePopGestureRecognizer吧
…On Tue, Dec 13, 2016 at 3:58 AM caoway ***@***.***> wrote:
ios10 下面这个解决方法也没用了 还有什么其他解决办法吗
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGjz864Qa3TMkKDDRQORjjg0oI__RyGGks5rHmxegaJpZM4FG_UN>
.
|
大大, 我发现FDFullscreenPopGesture一个bug, 就是导入后当我要present MFMessageComposeViewController时, 以外发现发短信页面的导航栏全是白的, 原来的title和cancel按钮都不见了...求指点 QQ723661989 谢谢!!
The text was updated successfully, but these errors were encountered: