Skip to content

Commit

Permalink
Fixed supportedInterfaceOrientations type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Friend-LGA committed Oct 23, 2015
1 parent 926754f commit 4a7acb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LGAlertView/LGAlertView.m
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ - (BOOL)shouldAutorotate
return window.currentViewController.shouldAutorotate;
}

- (NSUInteger)supportedInterfaceOrientations
- (UIInterfaceOrientationMask)supportedInterfaceOrientations
{
UIWindow *window = [UIApplication sharedApplication].delegate.window;

Expand Down

0 comments on commit 4a7acb4

Please sign in to comment.