Did you declare the class as implementing the protocol?
@interface myclass : superclass
On Apr 1, 2011, at 7:09, JAMES ROGERS wrote:
> Everything works but I am getting the following:
>
> Warning: Class "WinKeyer2AppDelegate" does not implement the
> 'N
gate" does not implement the
> 'NSTextViewDelegate' protocol."
>
> code snippet:
>
> - (void) awakeFromNib{
>[<*textView> setDelegate:self];
> }
>
> - (void) textDidChange:(NSNotification *)aNotification {
> < process string in
Everything works but I am getting the following:
Warning: Class "WinKeyer2AppDelegate" does not implement the
'NSTextViewDelegate' protocol."
code snippet:
- (void) awakeFromNib{
[<*textView> setDelegate:self];
}
- (void) textDidChange:(NSNotification *