To run the example project, clone the repo, and run pod install
from the Example directory first.
ADNavigationBar is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ADNavigationBar'
After install pod library in your iOS project, import ADNavigationBar using
import ADNavigationBar
Now in your viewDidLoad() method, you can add a navigation bar using
addNavigationBar(title: "Hello world!")
Daniel, zydeico@protonmail.com
ADNavigationBar is available under the MIT license. See the LICENSE file for more info.