CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

AUNavigationMenuController 1.1.8

AUNavigationMenuController 1.1.8

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Adeola Uthman.



  • By
  • Adeola Uthman

AUNavigationMenuController

Requirements

Installation

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

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.