Skip to content

Commit

Permalink
Keep app's interface orientation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Aug 27, 2015
1 parent d187103 commit e67547a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Pickers/SWActionSheet.m
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,4 @@ - (BOOL)shouldAutorotate
return YES;
}

-(UIInterfaceOrientationMask)supportedInterfaceOrientations{
return UIInterfaceOrientationMaskAll;
}

@end

0 comments on commit e67547a

Please sign in to comment.