How to autorotate from portrait to landscape mode?

后端 未结 3 974
一生所求
一生所求 2021-01-28 23:00

How can I autorotate an image from portrait to landscape mode on the IPhone?

3条回答
  •  感情败类
    2021-01-28 23:44

    If you want to display a new and different view, the simplest and cleanest solution is to push a new view controller (presentModalViewController) that only supports landscape mode (in shouldAutorotateToInterfaceOrientation:).

提交回复
热议问题