I have the issue in two completely different situations, which makes it really weird.
- Situation: A UIButton in as a subView of another UIView.
- Situation: UIBarButtonItem's in a UIToolBar.
In both situations the buttons's are only highlighted after a slight delay, approximately .5 - 1 second. Definitely to long to highlight the view when tapping it normally. They both work perfectly on the simulator, but not on a real device (I have an iPhone 5s with iOS 7.0.4).
What I tried
Setting the zPosition to the highest value (MAXFLOAT) of these views, to ensure nothing is blocking the tap.
Explicitly enabling the highlighting.
Both obviously doesn't worked.
Edit: Still not solved.