diff options
Diffstat (limited to 'UICaboodle')
-rw-r--r-- | UICaboodle/RVPage.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UICaboodle/RVPage.mm b/UICaboodle/RVPage.mm index a28e37c..81c8739 100644 --- a/UICaboodle/RVPage.mm +++ b/UICaboodle/RVPage.mm @@ -6,12 +6,12 @@ #import "RVBook.h" @implementation CYViewController -- (void)setDelegate:(id)delegate { +- (void) setDelegate:(id)delegate { delegate_ = delegate; } - (void) reloadData { } -- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation { +- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation { return (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad || orientation == UIInterfaceOrientationPortrait); } @end |