IKImageBrowserView & IKImageView subclasses not getting called
IKImageBrowserView & IKImageView subclasses not getting called
- Subject: IKImageBrowserView & IKImageView subclasses not getting called
- From: Charles Burnstagger <email@hidden>
- Date: Wed, 3 Feb 2010 17:27:40 -0800 (PST)
I subclass IKImageBrowserView & IKImageView overriding initWithFrame: & drawRect: and sending the same messages to super in both cases.
I've set them as the classes for the UI objects in my IB file, and as IBOutlets in my window's window controller subclass.
But when I run the code, neither of my two subclasses ever get called. What gives? Is there anything else I need to do in my subclasses?
If I set the IBOutlets in the contoller subclass and class types in IB back to IKImageBrowserView & IKImageView, the code seems to do the same thing as when I use my subclasses.
Thanks,
Chuck
_______________________________________________
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