From: Grant Paul Date: Thu, 23 Sep 2010 04:43:06 +0000 (-0700) Subject: more rotation fixes: remove rotation info from UCViewController, and let the HUDs... X-Git-Tag: v1.0.3366~169 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/cfa9a37598aabbb4788d48ed8f4428e5c8977076 more rotation fixes: remove rotation info from UCViewController, and let the HUDs rotate (Reloading Data: now with added landscape!) --- diff --git a/Cydia.mm b/Cydia.mm index 26944651..7bbc68fb 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 932b45ee..aecf0d3b 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