I am using:
- (NSUInteger)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskPortrait;
}
How would I use this for Portrait and Upside down in iOS6?
this works for landscape left UIInterfaceOrientationMaskLandscapeLeft
and this for Landscape right UIInterfaceOrientationMaskLandscapeRight
and this for both landscapes UIInterfaceOrientationMaskLandscape