From cfa9a37598aabbb4788d48ed8f4428e5c8977076 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Wed, 22 Sep 2010 21:43:06 -0700 Subject: more rotation fixes: remove rotation info from UCViewController, and let the HUDs rotate (Reloading Data: now with added landscape!) --- UICaboodle/RVPage.mm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'UICaboodle') 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 -- cgit v1.2.3