Fix rotation issues with Feedback list view

This commit is contained in:
Andreas Linde
2012-10-19 00:25:35 +02:00
parent b486b8142c
commit 4ac8c6e7a8
4 changed files with 84 additions and 11 deletions

View File

@@ -100,8 +100,10 @@
self.navigationItem.rightBarButtonItem.enabled = [self allRequiredFieldsEntered];
}
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationPortrait);
#pragma mark - UIViewController Rotation
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
return YES;
}
#pragma mark - Private methods