William Jockusch
William Jockusch

Reputation: 27335

add iPhone functionality to iPad app

I have been developing an iPad app. I now want to make it work on the iPhone also. What do I do in Xcode so it can work both ways?

(I am not concerned about adapting to the smaller screen -- that part I can figure out. But how do I get it to start up on the iPhone?)

Upvotes: 0

Views: 321

Answers (1)

Jonathan Grynspan
Jonathan Grynspan

Reputation: 43472

In the project's build properties, change the target from "iPad" to "iPhone/iPad". Make sure you continue to target iOS 3.2, however, so that you don't break iPad support, and test on both platforms.

Upvotes: 1

Related Questions