CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Oct 2017 |
| SwiftSwift Version | 4.0 |
| SPMSupports SPM | ✗ |
Maintained by Kingiol.
default UINavigationBar is show, when you want hiden UINavigationBar
in UIViewControllerviewDidLoadmethod
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
self.interactiveNavigationBarHidden = true
}user KDInteractiveNavigationController instead of UINavigationController.
then setclearBackTitle = true
AHKNavigationController was created by @Kingiol.
AHKNavigationController is released under the MIT license. See LICENSE for details.