views:

416

answers:

1

Is there a mechanism to capture when a user touches on the navigation bar TITLE in a standard navigation based iPhone app?

Thanks!

+1  A: 

It's a subclass of UIResponder and can override whatever method you require

ennuikiller