Skip to content

This is a sample app to demonstrate sliding menu controller using Apple's new language SWIFT

License

Notifications You must be signed in to change notification settings

kauvangal/SlidingMenuControllerUsingSwift

Repository files navigation

Sliding MenuController Using Swift Language

Swift 4 version

My image

Project Files

  1. Main.Storyboard
  2. AppDelegate.swift
  3. SlidingMenuViewController.swift
  4. CountriesViewController.swift
  5. ContinentViewController.swift - sample file
  6. MenuViewController - menu item
  7. HomeViewController -> Manages menu & other controllers interactions. This can be a login page to in your app

Adding a new view controller

  1. Story Board
  • Set Identifier for the view controller, so you can instantitateViewControllerWithIdentifier
  • Embed in Navigation controller (optional step)
  • Add a Menu Item (Bar Button Item)
  • Connect IBOutlets, IBAction and set tableview delegate to your view controller
  1. Code
  • Add a delegate in the new controller
  • Add a delegate method in the menu view controller
  • Add it in the HomeViewController

About

This is a sample app to demonstrate sliding menu controller using Apple's new language SWIFT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages