开发者

Can I move from a login View to a SplitView in an iPad application?

开发者 https://www.devze.com 2023-02-14 12:28 出处:网络
Hope there is not an answer yet (I\'ve checked). Can I introduce a login View in my 开发者_StackOverflowapplication that enables a SplitView by using a button or something?

Hope there is not an answer yet (I've checked). Can I introduce a login View in my 开发者_StackOverflowapplication that enables a SplitView by using a button or something? I've checked MGSplitViewController, but I'd like to use something more light and minimal. If it's not possible, can I introduce a login View in my DetaiView that enables a TableView?


You can transition between arbitrary view controllers in iOS. The usual ways are using modal presentation (I like to present splash screens with a cross-dissolve animation to the root view controller of the app), or pushing/popping with navigation controllers. You can also programatically swap between multiple views in a view controller via setting the "view" property.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号