Re: cocoa-dev digest, Vol 2 #605 - 16 msgs
Re: cocoa-dev digest, Vol 2 #605 - 16 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #605 - 16 msgs
- From: Ronald Hayden <email@hidden>
- Date: Thu, 9 May 2002 17:07:51 -0700
Date: Thu, 9 May 2002 22:39:39 +0200
Subject: I don't understand...
From: {le_MoJo} <email@hidden>
There are a couple of very basic things in Cocoa I don't understand at
all. That prevents me for being efficient, so maybe you could help me
with tutorials/explanations on this subjects:
A good place to go for a Cocoa question is the main Cocoa documentation page. In ProjectBuilder, you can get there from the Help->Cocoa Help menu item. On the website, it's at:
http://developer.apple.com/techpubs/macosx/Cocoa/CocoaTopics.html
That includes a link for people who are "New to Cocoa Programming":
http://developer.apple.com/techpubs/macosx/Cocoa/SiteInfo/NewToCocoa.html
1) What are delegates? How do they work?
One of the "New to Cocoa Programming" links is to the ObjC book, which explains a lot of these concepts:
http://developer.apple.com/techpubs/macosx/Cocoa/XObjC/XObjC.pdf
If there is a specific class you want to know about delegation for, do a Google search on the website...several classes have programming topics that specifically talk about how delegation works for that class.
3) Working with NSView (and subclasses).
You'll find lots of information about UI classes here:
http://developer.apple.com/techpubs/macosx/Cocoa/TasksAndConcepts/ProgrammingTopics/Misc/UIElementsPage.html
4) What's NSMatrix, what is it good for, how to use it?
Here is a Programming Topic on the subject:
http://developer.apple.com/techpubs/macosx/Cocoa/TasksAndConcepts/ProgrammingTopics/Matrix/index.html
-- Ron
_______________________________________________
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.