Hi,
I am using Xcode 4 to develop an Iphone project. I found a problem when run my project, that is the view's height (460) always less than the height of window (480). After I do some research, I found that I need to set the "Status Bar" under "Simulated Metrics" to "None" and then reset the height of view to 480.
But if I need create many views, then I need to repeat this process every time when I create a new view to make the height of all views same. So, is it any way to make all newly created view's height is automatically set to 480. Or am I using a wrong way to solve my problem?
Hope someone can give me some comments and suggestions. Thanks a lot.
I am using Xcode 4 to develop an Iphone project. I found a problem when run my project, that is the view's height (460) always less than the height of window (480). After I do some research, I found that I need to set the "Status Bar" under "Simulated Metrics" to "None" and then reset the height of view to 480.
But if I need create many views, then I need to repeat this process every time when I create a new view to make the height of all views same. So, is it any way to make all newly created view's height is automatically set to 480. Or am I using a wrong way to solve my problem?
Hope someone can give me some comments and suggestions. Thanks a lot.