From cfa9a37598aabbb4788d48ed8f4428e5c8977076 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Wed, 22 Sep 2010 21:43:06 -0700 Subject: [PATCH] more rotation fixes: remove rotation info from UCViewController, and let the HUDs rotate (Reloading Data: now with added landscape!) --- Cydia.mm | 2 +- UICaboodle/RVPage.mm | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 -- 2.45.2