Re: -draggingEntered: never gets called [solved?]
Re: -draggingEntered: never gets called [solved?]
- Subject: Re: -draggingEntered: never gets called [solved?]
- From: Michael Gardner <email@hidden>
- Date: Tue, 6 May 2008 19:48:00 -0500
Which is irrelevant, since I'm constructing my views programatically.
Anyway, I've long since verified that my methods are all getting
called as expected (except for -draggingEntered:, of course).
-Michael
On May 6, 2008, at 6:24 PM, Kyle Sluder wrote:
On Tue, May 6, 2008 at 10:44 AM, Michael Gardner
<email@hidden> wrote:
My actual init method has a different signature, and calls -
initWithFrame:
on its superclass. I was trying to abstract away extra details, but I
shouldn't have made it look like an actual method signature. Sorry
about
that.
IB will never call this method. It will always call -initWithFrame:,
as it has no way of knowing that you have designated a different
initializer.
--Kyle Sluder
_______________________________________________
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