iphone - iPad app orientation -
I have recently submitted my app for the iPad, and do not support all four orientation types to reject it Was done. Now I have set it up so that it rotates in front of free land and does not rotate again.
Post text "itemprop =" text "I do not want to create new xibs, >
You should be able to use an xib if you have the autorozes masks properly set up, and you set the appropriate key in the Info.plist file:
& lt ; Keys; UISupportedInterfaceOrientations ~ ipad & lt; / key & gt; & lt; array & gt; & lt; string & gt; UIInterfaceOrientationPortrait & Lt; / string & gt; & lt; string & gt; UIInterfaceOrientationPortraitUpsideDown & lt; / string & gt; & lt; string & gt; UIInterfaceOrientationLandscapeLeft & lt; / string & gt; & lt; string & gt; UIInterfaceOrientationLandscapeRight & lt; / String & gt;
Comments
Post a Comment