-
Notifications
You must be signed in to change notification settings - Fork 103
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
large titles 啥时候能支持下[Smirk][Smirk] #31
Comments
这个库实现的效果在 Large Title 开启的时候会很奇怪 |
哈哈,能截图看看吗 |
你可以试试在 demo 里面把这个打开 |
希望作者能够支持large titles,😊 |
最近太忙了,过几天我研究下 😄 |
You may have a look at my WXNavigationBar. It support large title mode. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#if DEBUG
if (@available(iOS 11,*)) {
NSAssert(!self.prefersLargeTitles, @"large titles is not supported");
}
#endif
The text was updated successfully, but these errors were encountered: