开发者

Problem adding a new Window from Library in Interface Builder

开发者 https://www.devze.com 2023-03-22 04:59 出处:网络
I am trying to add a UIWindow through interface builder. Whenever i drag a window from the library, its default size is 320x480

I am trying to add a UIWindow through interface builder. Whenever i drag a window from the library, its default size is 320x480 As I am designing an app for iPad, I want this to be 768x1024 The values are greyed out but changes when resizing with the help of mouse开发者_开发技巧. Any one had this Issue before? Any help is appreciated.

Thanks


You should use UIViews instead of UIWindows.

Edit: Sorry, didn't read correctly. Here my answer after reading carefully: Is the device set to iPad in the target section? Did you try to delete the xib and add a new MainWindow.xib.

0

精彩评论

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