I have very simple iPhone app, which uses just UIButtons
, UIlabels
, UITableView
. without any custom controllers and graphics. How can I convert app to universal with that UI?
First update the application target device to Universal.
NSMainNibFile
& NSMainNibFile~ipad
keys.Here is a screenshot of a sample project: