I'm familiar with sizeWithFont:
for the iPhone. Now I'm trying to build an app for the Mac and need something like that, but I don't know how to do it :/
Here's why I need it: I've got a panel that displays some text, and I want to size it so that it just fits the content (a NSTextView
). How would you do it?
Take a look at NSString's sizeWithAttributes:
. You'll have to create a dictionary of attributes; take a look at Apple's documentation for that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With