Re: NSTextView keyDown Question
Re: NSTextView keyDown Question
- Subject: Re: NSTextView keyDown Question
- From: j o a r <email@hidden>
- Date: Tue, 20 Dec 2005 13:25:38 +0100
On 20 dec 2005, at 13.12, Philip Dow wrote:
Perhaps you can even set your text view subclass as its own delegate.
Note that this is most often not possible, as many classes have
checks to prevent objects from being their own delegate.
Also, if you decide to use delegate methods, ask yourself if you
really need a text view subclass at all?
This is at the heart of good Cocoa design: Keep the core Cocoa
classes as they are, and collect your business logic in controller
and delegate classes.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden