When starting the app, if the user doesn\'t have login information stored, I want to display a modal view controller to force the entry of this information. I found through
You could probably place this code when you dismiss the UIImagePickerController.
self.view.frame = CGRectMake(0, 0, 320, 480);