Is it possible to detect a touch in a UINavigationItem?
I would like to create a little animation on an UINavigationItem when the user taps on it.
In other words:
- my titles contain way too much text, hence I had to truncate them
- I want the user to be able to read the full title text when he/she presses the navigation item
To do so I need to:
- Detect the touch
- Animate the String / text (I could have a timer to animate this, however I am wondering if there is already a built in function in iOS - do you know of any?)