简体   繁体   中英

UISplitViewController resize iPad

How can i resize the entire SplitViewController? Smaller then the full screen representation. I want to do a representation like registration in The Daily newspaper App.

I believe that you have to implement your own version of the UISplitViewController. One popular alternative is MGSplitViewController .

UISplitViewController has to be the RootViewController (there's a nice explanation of why on this question ), and I don't think you can resize it. You would need to create your own class that implements the functionality you want to have a modal-type UISplitViewController, which is what I think The Daily has done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM