FROM : Shawn Erickson
DATE : Tue Jun 13 18:09:10 2006
On 6/13/06, Daniel J Farrell <daniel.<email_removed>> wrote:
> I was searching for NSCoder and NSArchiver and just found
> 'header' page that lists all the methods.
The API reference pages for the various classes almost always provide
links to conceptual or usage guide documents.
For example the page for NSCoder ...
<http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSCoder_Class/Reference/Reference.html>
...list the following as a "Companion document" (look at the top of the page)...
<http://developer.apple.com/documentation/Cocoa/Conceptual/Archiving/index.html>
So two rules I follow...
1) Always remember to review the super classes reference page if the
class has a super class.
2) Always look for links to companion documents from the reference pages.
(links to both of the above are found at the top of the reference page
for the class)
-Shawn
DATE : Tue Jun 13 18:09:10 2006
On 6/13/06, Daniel J Farrell <daniel.<email_removed>> wrote:
> I was searching for NSCoder and NSArchiver and just found
> 'header' page that lists all the methods.
The API reference pages for the various classes almost always provide
links to conceptual or usage guide documents.
For example the page for NSCoder ...
<http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSCoder_Class/Reference/Reference.html>
...list the following as a "Companion document" (look at the top of the page)...
<http://developer.apple.com/documentation/Cocoa/Conceptual/Archiving/index.html>
So two rules I follow...
1) Always remember to review the super classes reference page if the
class has a super class.
2) Always look for links to companion documents from the reference pages.
(links to both of the above are found at the top of the reference page
for the class)
-Shawn
| Related mails | Author | Date |
|---|---|---|
| Daniel J Farrell | Jun 13, 01:03 | |
| mmalcolm crawford | Jun 13, 03:16 | |
| Sean Murphy | Jun 13, 05:52 | |
| Daniel J Farrell | Jun 13, 12:36 | |
| Shawn Erickson | Jun 13, 18:09 | |
| Daniel J Farrell | Jun 13, 22:28 |






Cocoa mail archive

