Untitled


SUBMITTED BY: antoineh1

DATE: May 8, 2016, 2:03 p.m.

FORMAT: Text only

SIZE: 354 Bytes

HITS: 5482

  1. -(UIInterfaceOrientationMask)supportedInterfaceOrientations {
  2. return UIInterfaceOrientationMaskAllButUpsideDown;
  3. }
  4. -(UIInterfaceOrientationMask)supportedInterfaceOrientations {
  5. return UIInterfaceOrientationMaskPortrait;
  6. }
  7. -(UIInterfaceOrientationMask)supportedInterfaceOrientations {
  8. return UIInterfaceOrientationMaskPortrait;
  9. }

comments powered by Disqus