summaryrefslogtreecommitdiff
path: root/UICaboodle
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-09-22 21:43:06 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 10:42:38 +0000
commitcfa9a37598aabbb4788d48ed8f4428e5c8977076 (patch)
treecc7fb7ee37d9cebe2e3b317f67c1174b7f26ad73 /UICaboodle
parent39cda3a87a47c9cf56ae9555fa23d90c33f550e0 (diff)
more rotation fixes: remove rotation info from UCViewController, and let the HUDs rotate (Reloading Data: now with added landscape!)
Diffstat (limited to 'UICaboodle')
-rw-r--r--UICaboodle/RVPage.mm5
1 files changed, 1 insertions, 4 deletions
diff --git a/UICaboodle/RVPage.mm b/UICaboodle/RVPage.mm
index 932b45e..aecf0d3 100644
--- a/UICaboodle/RVPage.mm
+++ b/UICaboodle/RVPage.mm
@@ -9,9 +9,6 @@
- (void)setDelegate:(id)delegate {
delegate_ = delegate;
}
-- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
- return NO; /* XXX: return YES; */
-}
- (void) reloadData {
}
-@end
+@end \ No newline at end of file