How to implement menu in iOS like Android
问题 I need to implement menu for iOS like android.menu means button on navigation bar(right side) . If I click that menu will display. I am using a storyboard. 回答1: So you want something like this: Even works in landscape: I think it's going to take forever for me to explain :D Basically I created a custom UINavigationController as mentioned in the comments above, called it ActionBarNavigationController From this custom UINavigationController, I added a custom UIView to display the ActionBar with