Is there a documented way to set the iPhone orientation?

后端 未结 17 1283
清歌不尽
清歌不尽 2020-11-22 11:09

I have an app where I would like to support device rotation in certain views but other don\'t particularly make sense in Landscape mode, so as I swapping the views out I wou

17条回答
  •  故里飘歌
    2020-11-22 11:41

    I found a solution and wrote something in french (but code are in english). here

    The way is to add the controller to the window view (the controller must possess a good implementation of the shouldRotate.... function).

提交回复
热议问题