Re: Drawing gradients in views
Re: Drawing gradients in views
- Subject: Re: Drawing gradients in views
- From: "Erik M. Buck" <email@hidden>
- Date: Tue, 28 Jan 2003 14:04:30 -0500
FROM: Ian G. Gillespie
DATE: 2003-01-28 18:11
>
Excuse my ignorance (I am still learning, that is for sure), but how do
>
I add a method to the NSBezierPath "category"?
>
Thanks for all of the help,
>
Ian
All C programmers should read "The Objective-C Programming Language" to
understand the language used to implement Cocoa before starting to develop
with Cocoa. This excellent document explains categories on page 101.
Categories are an important technique for extending existing classes. PLUG:
"Cocoa Programming" ISBN 0672322307 also explains categories.
Non-C programmers will definitely benefit from learning C before attempting
Objective-C.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.