converting iphone to ipad app
How to convert a iphone app to ipad app without adding xib's. Also am having QuartzCore framework so i can't use that "upgrade current target to iPad" option. Kindly tell me now how can i convert my iPhone app to iPad app in a easy way.Thanks in advance.
If you use xib's, the only choice is to convert them, otherwise they will not display correctly under the iPad UI paradigm.
The other option is to create all your views in code instead of using xibs, but using the proper frame size for the current UI paradigm.
Plus, you can use the QuartzCore framework with an iPad xib.
链接地址: http://www.djcxy.com/p/95704.html上一篇: iphone到ipad xib文件的更改
下一篇: 将iphone转换成ipad应用程序