I have seen many apps that have navigation bars at the top of their app, and the left button is a button with 3 vertically stacked bars. I have seen this, and cannot find anything on it. It usually loads a whole side menu, and gives many options, can someone tell me what this button is, what it is used for, and how to use it? All advice is appreciated!
Asked
Active
Viewed 34 times
0
-
You can customise the buttons. This post has the answer: https://stackoverflow.com/questions/6003082/custom-uinavigationbars-backbutton – Dev2rights May 07 '13 at 15:10
1 Answers
0
It's just a standard button, but it links with some library like ECSlidingViewController. There are several options for which library to use if you search github or cocoacontrols.

Wain
- 118,658
- 15
- 128
- 151
-
This is exactly what i was talking about! Thanks for the information! – user2277872 May 07 '13 at 15:15