On Apr 6, 2008, at 7:39 PM, John Stiles wrote:

You can't be KVC compliant if you use prefixes like m_, so this limits your potential for using things like bindings.

Yes and no. KVC doesn't care what the iVar name is if you write KCV compliant accessor methods (or use properties.)

KVC won't work with direct iVar access if you use funny naming conventions, but driving the interface by binding directly to iVars (instead of public accessors/properties) should be a relatively rare.

Jim

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]

Reply via email to