I'm working on upgrading my app to a Universal App, I made the app originally in xCode 3 so I'm not using storyboarding at all.
I have a navigation controller that pushes two UITableView Controllers like this on the iPhone version:
iPhone: Welcome Screen View -> UITableViewController -> UITableViewController (detail) -> ViewController
What is the best way to make this iPad ready?
I understand I need to use a SplitViewController. Do I push an iPad specific SplitViewController from the welcome screen if the device is an iPad:
iPad: Welcome Screen View -> SplitViewController -> View Controller
but use the UITableView controller if it is an iPhone app, or should I somehow implement it so that I am using the same class for both devices?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…