How can I make the title of a navbar clickable. Much like in the facebook application. Were when you click it it dismisses the view controller.
Asked
Active
Viewed 914 times
1 Answers
4
set a UIButton
as UINavigationItem's titleView
.. add an action to that button.. for more details read UINavigationItem class reference

Swapnil Luktuke
- 10,385
- 2
- 35
- 58