I’m working on Xcode version 4.4. Couldn’t find the way how to change element’s(UIView) size more precisely in storyboard. I can drag anchors of element, but It’s difficult when elements are small.
Is there any way to change width and height of element by one pixel?
EDIT: Development environment is iOS(not Mac OS).
You can edit a view’s position and size in the Size Inspector. Select the view you want to modify, then from the menu bar choose View > Utilities > Size Inspector.