开发者

Interface Builder iPhone iPad simulated interface elements

开发者 https://www.devze.com 2023-02-12 06:02 出处:网络
When you create the Interface Builder file in xcode, you are asked to create it for the iPhone or iPad. That is not only the question for the screen dimmensions at start up, but also is important to p

When you create the Interface Builder file in xcode, you are asked to create it for the iPhone or iPad. That is not only the question for the screen dimmensions at start up, but also is important to properly displaying the navi开发者_如何学运维gation bar - custom colors, as well tables and so on.

Is there any way to change the iPhone/iPad format in the existing Interface Builder file?


I'm not quite sure I understand your question but there are two things you can look at:
- (in IB) Under File you can Create an iPad Version of an iPhone view and Create an iPhone/iPod Touch version of an iPad view
- .xib files are text files, so you can open them up with an editor and modify them

0

精彩评论

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