--- a/cocoaTouch/SchemeEditViewController.m Sat Mar 27 17:22:33 2010 +0000
+++ b/cocoaTouch/SchemeEditViewController.m Sat Mar 27 17:27:15 2010 +0000
@@ -27,14 +27,11 @@
[super viewDidLoad];
}
-
-/*
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations
- return (interfaceOrientation == UIInterfaceOrientationPortrait);
+ return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
}
-*/
- (void)didReceiveMemoryWarning {
// Releases the view if it doesn't have a superview.