iOS Notes and Mail apps have a three-pane split view interface on iPad landscape mode. How can I create such interface? I checked UISplitViewController
but it made only two panes (master and detail). Can somebody please enlighten me how to create the leftmost pane?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It's done using custom layout. You have root view controller that loads three other view controllers into three container views. That is all.