Reputation: 2543
I would like to make a simple app with a UITableView and a Details View. I've already done that before. The only difference now is that I would like it to be an universal app that is organized like this :
For iPhone : a UINavigationController with 2 levels. My TableView Controller and then a UIViewController to show the details
For iPad : an UISplitViewController for both the TableView and Details view controller.
I don't know where to start. Could someone point me on a good tutorial for this?
Thanks in advance.
Upvotes: 2
Views: 2406
Reputation: 2543
I finally found a code example at this location : https://github.com/kwylez/Universal-iOS-App-Template
Upvotes: 4