Re: Subclassing breaks bindings?
Re: Subclassing breaks bindings?
- Subject: Re: Subclassing breaks bindings?
- From: Alexander Spohr <email@hidden>
- Date: Wed, 13 May 2009 18:11:37 +0200
Oh sorry, I missed your cellClass problem in my first post :(
Am 13.05.2009 um 17:56 schrieb Alexander Spohr:
If I try to add a NSPopUpButton to my nib instead of a custom view,
and set
it's class to MySubclass, then the bindings work fine, but my
override on +
(Class) cellClass doesn't seem to work.
Can anyone help me figure out what I might be doing wrong?
If cellClass is used in initWithFrame: only you might override
initWithCoder: and set the cell(s class) there.
atze
_______________________________________________
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