Re: Finder like wrapping + truncation
Re: Finder like wrapping + truncation
- Subject: Re: Finder like wrapping + truncation
- From: "Adam R. Maxwell" <email@hidden>
- Date: Fri, 31 Oct 2008 18:50:15 -0700
On Oct 31, 2008, at 6:39 PM, Mudi Dandan wrote:
Hi,
I'm needing a hand with this. I'm trying to emulate the wrapping and
truncation for icon labels in Finder's icon view.
My first question is: is there any method around for making a string
to line wrap, and to truncate the second line if it is too long
(like on the right hand image in the screenshot). Is this supported
in an API?
It's supported as of 10.5. See
NSStringDrawingTruncatesLastVisibleLine in NSStringDrawing.h, along
with appropriate NSParagraphStyle options.
The second questions is: can the NSAttributedString render the
background for the text like the ones on the screenshots or is it
something I have to draw myself?
I think you'll have to draw that yourself.
--
Adam
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden