Rotating Labels
I have a need to rotate editable labels in IB - I'm aware that you cannot rotate in Interface Builder itself. However, does anyone have any info on how to do this via xcode? Hopeful开发者_如何学编程ly it's not too daunting as I'm new to cocoa : / Any help would be appreciated!
Zach
See NSView
's -setBoundsRotation
method.
精彩评论