Forcing an iPad app to show splitView even in Portrait orientation(Like the Settings iPad app)

前端 未结 9 1383
不知归路
不知归路 2020-12-16 08:25

I am trying to develop a splitView based iPad app, that displays the split interface in every orientation. I have tried subclassing the UISplitViewController class as given

9条回答
  •  感情败类
    2020-12-16 08:39

    I'm not sure that it is possible with standard SplitViewController, but you can use custom one from

    https://github.com/mattgemmell/MGSplitViewController

提交回复
热议问题