QLXNavigationController 1.1.0× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Sep 2016Maintained by ‘QiuLiangXiong’ .Installation Guide×Installation Guide for QLXNavigationControllerYou want to add pod 'QLXNavigationController', '~> 1.1' similar to the following to your Podfile:target 'MyApp' do pod 'QLXNavigationController', '~> 1.1' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try QLXNavigationControllerSee PodspecGitHub RepoPage on CocoaPods.orgQLXNavigationController 1.1.0ByQiuLiangXiongQiuLiangXiong/QLXNavigationControllerGitHub Repo QLXNavigationController 用法和 UINavigationController 完全一致 可以当做UINavigationController 最低支持iOS7.0 1.QLXNavigationController 解决了不同导航栏背景不一致带来的过度效果不佳问题。 2.支持push一个导航栏控制器。 Demo效果图: