On Wed, Apr 1, 2009 at 11:54 AM, Jo Phils <[email protected]> wrote: > Thank you for your reply and my apologies for asking what had been answered a > few days ago. :-) It does lead me to another question though...I'm still a > beginner and I have never overridden a method via subclassing before. Is > there a tutorial you might be able to point me to that could show me how to > do this?
Have you tried reading the documentation? The Objective-C 2.0 Programming Language http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html Specifically: http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/ocObjectsClasses.html#//apple_ref/doc/uid/TP30001163-CH11-TPXREF111 -- I.S. _______________________________________________ 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]
