Reputation: 349
I want to convert my iPhone app into universal application. So, what I've done is simply duplicated target into iPad target and created nibs for iPad, also I've specified the type of app as universal. But when I run my new created target it loads only iPad nibs. So, how can I make my app to load necessary nibs? Thanks in advance!
Upvotes: 0
Views: 1425
Reputation: 301
Just select target, then select general. In Deployment Info
, select Universal
instead of iPhone
, like the pic below.
Upvotes: 0