PresentModalViewController:animated: crashing in iOS 5
So, I have a PresentModalViewController:animated: function running in a project I made before iOS 5, and it worked fine. It would simply just pull up a table view with a toolbar and button to dismiss the view. Before iOS 5, it worked fine, but now the view seems to take up the bottom 40 pixels or so of the screen and then the app crashes. Is there a different way this function must be declared now?
|