why iPhone 5 doesn't rotate to upsideDown

后端 未结 5 1904
挽巷
挽巷 2020-12-29 05:18

i added the new methods to my code like described at apples iOS 6 Documentations but on the iPhone 5 the App doesn\'t rotate to upside down. Only the to landscape Ways.

5条回答
  •  独厮守ぢ
    2020-12-29 05:44

    Default target settings is no upside-down orientation, so try this:

    Go to Project file select your app target select "Summery" tab check that all orientation types pressed

    Good luck :)

提交回复
热议问题