Stick UISplitViewController in its own XIB?

后端 未结 3 462
生来不讨喜
生来不讨喜 2021-01-21 04:30

my iPad app starts with a normal UIView showing a login. After the user logged in the screen is supposed to switch to a split view. XCode\'s SplitViewTemplate (and all examples

3条回答
  •  没有蜡笔的小新
    2021-01-21 04:45

    I found this post. Best way to switch between UISplitViewController and other view controllers? It seems it really is not supposed to work. You have to put it in the main xib and then apply tricks...

提交回复
热议问题