Reputation: 13713
Hi I have wrote an application which is suitable for iphone (haven't uploaded to appstore yet) I want this app to be supported on iPad as well.
Do I need to open a new project and create a separate app for iPad or is there a way to create a single app for both ?
Thanks
Upvotes: 0
Views: 162
Reputation: 1579
Nice tutorial to start porting of app from iphone to ipad. http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad
Upvotes: 1
Reputation: 509
no need to create a new project, if u like to release for iPad also you need to resize for the all the classes, whichever view suits for the iPad, and also check it in your ipad,then deploy target should be both for iPad and iphone
Upvotes: 0