Zakman411
Zakman411

Reputation: 1764

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? Hopefully it's not too daunting as I'm new to cocoa : / Any help would be appreciated!

Zach

Upvotes: 0

Views: 683

Answers (1)

NSResponder
NSResponder

Reputation: 16861

See NSView's -setBoundsRotation method.

Upvotes: 1

Related Questions