ltebean / LTNavigationBar

UINavigationBar Category which allows you to change its appearance dynamically
MIT License
4.46k stars 677 forks source link

Crashed on iOS11 #62

Closed wujianbotju closed 7 years ago

wujianbotju commented 7 years ago

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

ltebean commented 7 years ago

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

wujianbotju commented 7 years ago

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