Re: NSView confusion
Re: NSView confusion
- Subject: Re: NSView confusion
- From: Andy Lee <email@hidden>
- Date: Tue, 19 Aug 2008 01:06:30 -0400
On Aug 18, 2008, at 7:02 PM, Charlie Dickman wrote:
I import the appropriate .h files and invoke the method via [view
method... and the compiler reports that no such method can be found.
Yet if I invoke the method via [view performSelector:... at
execution time it works just fine.
When you say [view method...] what is "view" declared as? Is it
declared as an NSView or as an instance of your NSView subclass?
--Andy
_______________________________________________
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