I would like to fire an event on touch when a user taps the title of the navigation bar of one of my views.
I'm at a bit of a loss on whether I can access the view of the title of the UINavigationBar in order to wire up a touch event to it.
Is this even possible?