Niko
Niko

Reputation: 2543

Universal App Example

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 :

I don't know where to start. Could someone point me on a good tutorial for this?

Thanks in advance.

Upvotes: 2

Views: 2406

Answers (1)

Niko
Niko

Reputation: 2543

I finally found a code example at this location : https://github.com/kwylez/Universal-iOS-App-Template

Upvotes: 4

Related Questions