views:

38

answers:

2

Hi!i have made iPhone Application and i want to make it iPad Compatible without using Jailbreak mainly i have used ImageView,UITableView,UIScrollView that's it.

+1  A: 

Right-click on your target and choose Upgrade Current Target for iPad.

upgrade

jtbandes
YES,is there any thing to do after performing this step? Please let me know about it in some detail. Thanks for this help.
Ankit Vyas
Follow the prompts, and then test to make sure it works. You can choose to test in the the iPad Simulator as well as iPhone Simulator. Follow the guide at http://developer.apple.com/iphone/library/documentation/General/Conceptual/iPadProgrammingGuide/StartingYourProject/StartingYourProject.html
jtbandes
+1  A: 

http://www.raywenderlich.com/1111/how-to-port-an-iphone-application-to-the-ipad

As per your requirement i think it's a best example described here......

Ankit Vyas