In Interface Builder I have a bunch of text fields that sit vertically. I want them evenly distributed in the vertical space, and all to be identically sized.
I’ve found the Alignment menu that lets you line up items. I can’t find a menu for distribution or sizing. Does Xcode 4 include those layout commands?
The boring answer is to type in the coordinates manually. Not very smooth, but it gives you exact control over the placement at least (in the Size inspector).