views:

72

answers:

2

i have iphone project based on tabbar template . want to convert it to ipad, final output i want is to move tabbar inside a splitviewcontroller .

How to go about?

A: 

You have to rewrite it to be in correspondence with the change in templates... There is no other way sorry to be the bearer of bad news. But, you can still potentially re-use a lot of the variables and IBOutlets and IBActions that you had from the previous project. You just have to take that code and fix it so it works with the new template.

thyrgle
thanks.........
ganesh
A: 

I recently found this blog post on the topic. You might find it helpful:

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

Plus there's some discussion of creating a universal app here:

http://stackoverflow.com/questions/2615463/iphone-ipad-versions-of-same-app

Joost Schuur
thanks Joost ....J
ganesh