Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

tutorial1
- Create separate files for each view controller that you want in your application.

tutorial2
- Create references to each view controller in the AppDelegate file.

tutorial3
- Setup an AUNavigationMenuController object and an initial view controller for the navigation controller to use as the root.

tutorial4
- 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.

tutorial5
- 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.