Possible Duplicate:
iOS6 iPhone 5 nothing clickable at bottom of screen
I have an awkward issue with UIViews, I am upgrading an app to fit the iPhone 5 screen size, so I am extending the Views height to make the fit. At the bottom of the views there is a button, when I extend the view to fit iPhone 5 the button never responds to user interaction, its like there is another transparent views covering and blocking user interaction.
Anyone else seen this happen with UI resizing?