Does OS X have an equivalent of [UIView setTransform:]
on iOS? I have an NSTextField
that I want to rotate 10 degrees. In iOS I’d just use [UILabel setTransform:]
. Is there anything equivalent for Cocoa Framework?
问问题
1363 次