Re: Maintaining an ordered array of attributes in an NSTextStorage subclass
Re: Maintaining an ordered array of attributes in an NSTextStorage subclass
- Subject: Re: Maintaining an ordered array of attributes in an NSTextStorage subclass
- From: Graham Cox <email@hidden>
- Date: Mon, 10 Aug 2009 23:03:34 +1000
On 10/08/2009, at 10:55 PM, Keith Blount wrote:
does anyone have any better ideas as to how I might approach this?
Don't know if "better", but why not just maintain the list you need
yourself? You could either subclass NSTextStorage and add a comment
array, or make another object that comprised NStextStorage plus the
comments array, whichever works best for you.
--Graham
_______________________________________________
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