3

I want to add a simple menu for my swift app.

An option menu or a sideBar.

I saw these tutorials

Does iOS supports OptionsMenu in navigation bar button like Android ===> how do I set 3 stips\dots image?

http://www.appcoda.com/sidebar-menu-swift/ ==> is it considered harder to implement?

but is there a simple and native menu\sideBar for swift ios?

I could find it on Google.

Community
  • 1
  • 1
Elad Benda
  • 35,076
  • 87
  • 265
  • 471
  • 1
    Nope, the most common approach on iOS is to have a settings/options screen as the last screen on a `UITabBarController`. You can put extremely uncommon options in the actual iOS Settings app. – Kevin Feb 17 '16 at 19:10
  • can you give an example? I'll see it that answer my needs – Elad Benda Feb 17 '16 at 19:17
  • https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/UserDefaults/Preferences/Preferences.html – Kevin Feb 17 '16 at 19:25
  • Would also recommend `SWRevealViewController` from Github for a navigation drawer similar to Android – pbush25 Feb 17 '16 at 19:32

1 Answers1

0

This is easy to implement if you are looking for. https://github.com/mutualmobile/MMDrawerController