Re: Doc bug for NSAttributedString pasteboard read/write
Re: Doc bug for NSAttributedString pasteboard read/write
- Subject: Re: Doc bug for NSAttributedString pasteboard read/write
- From: Jens Alfke <email@hidden>
- Date: Fri, 06 Sep 2013 12:05:01 -0700
On Sep 6, 2013, at 11:20 AM, Gordon Apple <email@hidden> wrote:
> The docs for NSPasteboardReading/Writing still claim that NSAttributedString
> conforms. However, I can find no evidence of such in the refs, headers, or
> additions for NSAttributedString . Is it is, or is it ain¹t.
Don’t forget that part of NSAttributedString is defined/implemented in AppKit (the stuff that involves actual visual attributes.)
From <AppKit/NSAttributedString.h>:
@interface NSAttributedString (NSAttributedStringKitAdditions) <NSPasteboardReading, NSPasteboardWriting>
—Jens
_______________________________________________
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