On 2010 Jan 28, at 23:55, BareFeet wrote: > The problem is that when a subclass A is selected, the UI elements bound to > subclass B no longer have valid bindings so generate an error. How can I > solve this?
In your tab view's delegate, implement tabView:willSelectTabViewItem:, and in it, invoke -unbind: as needed on the currently-selected object. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
