Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.2 KB

ADNavigationBar

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

ADNavigationBar is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ADNavigationBar'

Usage

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!")

Author

Daniel, zydeico@protonmail.com

License

ADNavigationBar is available under the MIT license. See the LICENSE file for more info.