objective c - Creating Universal application from existing iPhone application -
 I'm developing the  iPhone  application that was created on  Xcode  Was 4.6. Now I'm running the same application in  Xcode  5.0 which works fine for me on  iOS  7. Now I have to make a universal application from the current application. I have Google for this and get 2-3 solutions that talk about creating new code for the new  xibs  and change the goal for the universal application. I want to know what is the easiest way to achieve this. My app was created on  Xcode  4.6 for  xibs  for  iPhone . 
If you are building a universal app that is supported for both the iPhone and the iPad, then the most The best way is to use size sections.
Comments
Post a Comment