Re: Bindings between nib files (again)
Re: Bindings between nib files (again)
- Subject: Re: Bindings between nib files (again)
- From: Klaus Backert <email@hidden>
- Date: Fri, 1 Dec 2006 20:03:37 +0100
Am 01.12.2006 um 06:21 schrieb stephen joseph butler:
<snip>
3) Check the controller class and cast/call the appropriate function:
[cntrlr isKindOf:[MyWindowController class]]
querying an object's class *could* be an indication of a design flaw.
Except in rare cases it would be better using the built-in method
dispatching algorithm of the object oriented language, I think.
Klaus
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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