Me and another developer were looking through the API differences in iOS 6 and came across this:
Added #def UIInterfaceOrientationAllButUpsideDownMask
Added #def UIInterfaceOrientationAllMask
Added #def UIInterfaceOrientationLandscapeLeftMask
Added #def UIInterfaceOrientationLandscapeMask
Added #def UIInterfaceOrientationLandscapeRightMask
Added #def UIInterfaceOrientationPortraitMask
Added #def UIInterfaceOrientationPortraitUpsideDownMask
They have added mask properties to UIApplication. Is this for the new screen dimensions for the iPhone 5 making it 16:9?
We have tried to hack the simulator this morning and make it run at 1136 but this did not work. Any ideas on hack iPhone simulator to support new resolution?
Added #def UIInterfaceOrientationAllButUpsideDownMask
Added #def UIInterfaceOrientationAllMask
Added #def UIInterfaceOrientationLandscapeLeftMask
Added #def UIInterfaceOrientationLandscapeMask
Added #def UIInterfaceOrientationLandscapeRightMask
Added #def UIInterfaceOrientationPortraitMask
Added #def UIInterfaceOrientationPortraitUpsideDownMask
They have added mask properties to UIApplication. Is this for the new screen dimensions for the iPhone 5 making it 16:9?
We have tried to hack the simulator this morning and make it run at 1136 but this did not work. Any ideas on hack iPhone simulator to support new resolution?