this one is a weird one, I'm updating the last of my old apps for the new 4" iphone screen.
I'm finding that a bottom uitoolbar with two segmented controls respond to user interaction in the 3.5" simulator, but when I build & run it on my 4" screen & simulator nothing happens.
NO view is on top of that (I actually even added bringSubviewToFront on ViewWillAppear just to make sure)
As it's responding on the 3.5 simulator I know is not an IBOutlet connectivity problem.
I baffled to say the least, has anyone run into this when updating your apps?