summaryrefslogtreecommitdiffstats
path: root/Classes/TabViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/TabViewController.m')
-rw-r--r--Classes/TabViewController.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/Classes/TabViewController.m b/Classes/TabViewController.m
index c4ada83..6aaa9f6 100644
--- a/Classes/TabViewController.m
+++ b/Classes/TabViewController.m
@@ -36,13 +36,13 @@
}
*/
-/*
+
// Override to allow orientations other than the default portrait orientation.
-- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
- // Return YES for supported orientations
- return (interfaceOrientation == UIInterfaceOrientationPortrait);
-}
-*/
+//- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
+// // Return YES for supported orientations
+// return YES; //(interfaceOrientation == UIInterfaceOrientationPortrait);
+//}
+
- (void)didReceiveMemoryWarning {
// Releases the view if it doesn't have a superview.