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

Crashed on iOS11 #62

Closed
wujianbotju opened this issue Jun 8, 2017 · 2 comments
Closed

Crashed on iOS11 #62

wujianbotju opened this issue Jun 8, 2017 · 2 comments

Comments

@wujianbotju
Copy link

I used a single UINavigationBar(NOT UINavigationController), App crashed on lt_setBackgroundColor method. It seems that UINavigationBar subviews structure has changed.

@ltebean
Copy link
Owner

ltebean commented Jul 20, 2017

This lib uses a hacky way to achieve the result, in the new iOS version, the structure of UINavigation is changed and this lib no longer works anymore, so please check these alternatives:

https://github.com/andreamazz/AMScrollingNavbar
https://github.com/DanisFabric/RainbowNavigation
https://github.com/MoZhouqi/KMNavigationBarTransition

@ltebean ltebean closed this as completed Jul 20, 2017
@wujianbotju
Copy link
Author

Yeah, I know that the structure of UINavigation is changed in the new iOS version.
So you won't continue to update this lib? So sad...
Anyway, thank you, bro, for cool LTNavigationBar

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