Split view controller question
I just started looking at split view controllers and i have some questions
- How can I design the interface for each root view? For example you press 'root1' and the detailed view contains a label and a sound volume, you press 'root2' and the 开发者_JS百科detailed view contains 2 labels and 2 sound volumes.
- Are there any tutorials out there that would help me out?
Thanks in advance ..
Start with the basic tutorial first, it will teach you how to create an iPad project that uses the UISplitViewController
to display content in 2 separate panes.you could also download the source code from the tutorial post.
iPad Programming Tutorial – Hello World
iPad Programming
精彩评论