views:

171

answers:

0

I got a very strange problem. I got a viewcontroller that is displayed in a popover. within the popover the initial subview gets transitioned to another subview and the popover height changes.

The issue is in the second subview the two buttons lowest on the screen do not respond to touches. If I move them up in the interface builder they do. It seemes as there is a dead zone in the bottom part. The buttoms themselves are quite big and hard to miss. And as said if I move the higher up in the view they do respond.

No buttons are behind them and nothing is covering them. Only other element in the view is other buttons and a UIimageview as a background.

Anyone got an idea of what the problem is?