Why are the Xcode 4 attributes for setting the frame disabled?
I see many posts on this and I did set the view controller simulated metrics to various settings. However, you can see in the image that the X value is 320 and the Y value is 250!
This would place the view controller way off center. This view controller is in a storyboard so does that make a difference? If I see to “free form” for simulated metrics I can change the width and height but the X and Y values are stubborn.
Why are the X and Y values weird and NOT changeable?
I was about to delete this question but answering it so that other poor souls can know the reason for this.
I completely missed the “Origin” setting in the attributes area. It’s the box to the left of the coorindate values. For some reason it changed and I didn’t notice.
I set it back to the upper-left so that the coordinates can be interpreted correctly.