https://github.com/authman2/aunavigationmenucontroller
A swift library for adding a menu that comes from the navigation bar in iOS projects.
https://github.com/authman2/aunavigationmenucontroller
Last synced: 3 months ago
JSON representation
A swift library for adding a menu that comes from the navigation bar in iOS projects.
- Host: GitHub
- URL: https://github.com/authman2/aunavigationmenucontroller
- Owner: Authman2
- License: mit
- Created: 2016-11-20T22:29:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T23:26:04.000Z (over 9 years ago)
- Last Synced: 2025-02-01T07:01:37.674Z (over 1 year ago)
- Language: Swift
- Size: 7.97 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AUNavigationMenuController
[](http://cocoapods.org/pods/AUNavigationMenuController)
[](http://cocoapods.org/pods/AUNavigationMenuController)
[](http://cocoapods.org/pods/AUNavigationMenuController)
## Requirements
## Installation
AUNavigationMenuController is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "AUNavigationMenuController"
```
## How To
- Create a window in the AppDelegate file.
- Create separate files for each view controller that you want in your application.
- Create references to each view controller in the AppDelegate file.
- Setup an AUNavigationMenuController object and an initial view controller for the navigation controller to use as the root.
- Add menu items for each view controller that you will need in you app, making sure to give it a name, an optional image, and a destination view controller. The destination is the view controller that the menu item will take the user to.
- Build and run your application!
## Author
- Year: 2016
- Language: Swift
- Programmer: Adeola Uthman
## License
AUNavigationMenuController is available under the MIT license. See the LICENSE file for more info.