KDInteractiveNavigationController 0.4

KDInteractiveNavigationController 0.4

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Kingiol.




  • By
  • kingiol




screenshots

Features

  • UINavigationController interactive with UINavigationBar hidden or show
  • Hide all UINavigationController backButtonItem's title, only show back arrow

Requirements

  • iOS 8.0+
  • Xcode 7.1+

Usage - Easy to Use

UINavigationController interactive

default UINavigationBar is show, when you want hiden UINavigationBar
in UIViewController viewDidLoad method

override func viewDidLoad() {
        super.viewDidLoad()
        // Do any additional setup after loading the view, typically from a nib.
        self.interactiveNavigationBarHidden = true
    }

Hide all UINavigationController backButtonItem's title

user KDInteractiveNavigationController instead of UINavigationController.
then set clearBackTitle = true

Storyboard

storyboard

Credits

AHKNavigationController was created by @Kingiol.

License

AHKNavigationController is released under the MIT license. See LICENSE for details.