Xcode 4: view size target for Ipad
I created a new class in my project with a xib target for Ipad; in this file I put a tableview and I set its size, but I want change also size of view and I see that I can't chan开发者_如何学运维ge the x and y values, why?
Just Change the Property of the view.
IN View Attribute just change the Status Bar value to unspecified.
Thts it..!!
Delete the View from the xib and then add a new view and then you can change the height and width.
精彩评论