开发者

iphone app only showing in little window on ipad

I have developped an iPhone app and I now need it to work on iPad. On the simulator the app only show in a little window (the x2 zoom enable the app to work i开发者_运维问答n full screen) but is there a way to have the app directly showing in full screen ?

Thanks a lot,

Luc


go to project settings and set Targeted Device Family to iPhone/iPad


As Max said, go to project setting and set Target Device Family to iPhone/iPad. But this is not enough. With this change the application type will be universal application. This is good, because the app will start in full screen, but if you hard coded the dimensions of the views in the application then the look and feel on the iPad will be bad. So do the first step what Max suggested for you and then check if the app looks like you want, because it will not arrange the views automatically. You should do the changes from code or from nibs.
There is a little help if you set properly the autoresizing masks.


Edit:
Project menu -> Edit Project settings -> Targeted device family


You will need to do at least the following:

Change the Targeted Device Family to include the iPad.

Create or convert all needed .xibs for the iPad (using the Interface Builder Menu).

Reference the top level iPad .xib from your app's info.plist (using the NSMainNibFile~ipad key).

Handle the iPad paradigm wherever the controller or view source code needs to differ.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜