Skip navigation.
 
mlRe: NSObject's bind:toObject:forKeyPath:options
FROM : Keary Suska
DATE : Sat Nov 24 17:38:58 2007

on 11/24/07 1:26 AM, <email_removed> purportedly said:

> What does NSObject's implementation of
> bind:toObject:forKeyPath:options: do?
>
> Should my class' implementation of it call it on its superclass?


I would ask, why do you feel the need to override the method? Binding
structures have introspection, if you needed that. Otherwise, I would say,
yes, if you override it, you should call the method on super.

Best,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"

Related mailsAuthorDate
mlNSObject's bind:toObject:forKeyPath:options Mike R. Manzano Nov 24, 09:26
mlRe: NSObject's bind:toObject:forKeyPath:options Keary Suska Nov 24, 17:38
mlRe: NSObject's bind:toObject:forKeyPath:options Mike R. Manzano Nov 25, 03:38
mlRe: NSObject's bind:toObject:forKeyPath:options David Spooner Nov 25, 17:16
mlRe: NSObject's bind:toObject:forKeyPath:options Keary Suska Nov 26, 03:11
mlRe: NSObject's bind:toObject:forKeyPath:options Mark Piccirelli Dec 1, 05:50