iphone - iOS Won't Rotate -


I'm trying to add the autoplay to my app, but difficulty is me changing the size of everything (a tableview And some labels), but my window of status bar and the rest (like: a tab bar and navigation controller) remains in the picture. I have three sequence succession from the window, in the top view controller and I have shouldAutorotateToInterfaceOrientation is everything, yes, mer It also has everything, except everything else selected in the summary section is the attributes of the target, but it refuses to move it on the simulator and on an iPhone 4. Both are 4.3 on XCode 4. I have moved Apple Docs to the visual orientation but there is a need to set it somewhere else?

My Info.plist , I have the following:

  & lt; Key & gt; UIS Supported Interface Orientation & lt; / Key & gt; & Lt; Array & gt; & Lt; String & gt; UIInterfaceOrientationPortrait & lt; / String & gt; & Lt; String & gt; UIInterfaceOrientationLandscapeLeft & lt; / String & gt; & Lt; String & gt; UIInterfaceOrientationLandscapeRight & lt; / String & gt; & Lt; / Array & gt; I finally found out that if you have a UITBubber controller, then the views of all tabs will be required.  
  • Anything A UITBBC controller support rotates all tabs in rotation
  • If you very easy to set the properties that resize in each control in your control manually resize things set the position of the anchor and the pulling rules, and mostly Things seem to be 'just work'.
  • Segmented controllers need manual recycling in - (zero). D term method

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -