Vertical Text Alignment for UILabel?
What I'd like to happen is if there is one line in a label that holds two, for the line NOT to be in the middle of the frame but to be pushed to the top of the frame as if there were a second line. In other languages (HTML that I can think of offhand) there is such thing as a verticalTextAlignment with options like top, center, bottom.
So, what am I missing here to make just one line of a UILabel to go to the top of its frame and not center itself in the middle of the frame?
Thanks for any direction.
MacBook Pro, Mac OS X (10.4.10)