Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T23:26:04.000Z (almost 8 years ago)
- Last Synced: 2024-10-18T21:58:53.885Z (2 months 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
[![Version](https://img.shields.io/cocoapods/v/AUNavigationMenuController.svg?style=flat)](http://cocoapods.org/pods/AUNavigationMenuController)
[![License](https://img.shields.io/cocoapods/l/AUNavigationMenuController.svg?style=flat)](http://cocoapods.org/pods/AUNavigationMenuController)
[![Platform](https://img.shields.io/cocoapods/p/AUNavigationMenuController.svg?style=flat)](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.