I have a view controller I modally present as a popup. There are two buttons in the two upper corners (dismiss and approve) that are not responding to touches in iOS7. Touches works fine on iOS8. I have more buttons in that view that do respond to touches and more over if I move those buttons from corners they responds to touches. Please help :)
Here is how I present the modal view:
[self.firstAvailableUIViewController.drawerController presentViewController:sdvc animated:YES completion:^{
}];