summaryrefslogtreecommitdiff
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
parent39cda3a87a47c9cf56ae9555fa23d90c33f550e0 (diff)
more rotation fixes: remove rotation info from UCViewController, and let the HUDs rotate (Reloading Data: now with added landscape!)
-rw-r--r--Cydia.mm2
-rw-r--r--UICaboodle/RVPage.mm5
2 files changed, 2 insertions, 5 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 2694465..7bbc68f 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8270,7 +8270,7 @@ static _finline void _setHomePage(Cydia *self) {
[window_ setUserInteractionEnabled:NO];
[hud show:YES];
- [window_ addSubview:hud];
+ [[container_ view] addSubview:hud];
return hud;
}
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