Objective-C API
Im new to Objective-C programming, but I have done quite a bit of Java Programming. So my question is this:
Does anyone know where I can find an Objective-C API similar to the Java API (http://java.sun.com/j2se/1.3/docs/api/).
Im having trouble finding out what methods and packages that are avaliable in Objective-C.
Any help would be greatly appreciated!
BoeManE
Does anyone know where I can find an Objective-C API similar to the Java API (http://java.sun.com/j2se/1.3/docs/api/).
Im having trouble finding out what methods and packages that are avaliable in Objective-C.

Any help would be greatly appreciated!
BoeManE
Comments
There's two folders, one for the app kit, and one for the foundation.
Alternatively, you can access them online at <a href="http://developer.apple.com/techpubs/macosx/Cocoa/CocoaTopics.html" target="_blank">http://developer.apple.com/techpubs/macosx/Cocoa/CocoaTopics.html</a>
It's in the reference documentation section, Objective-C.
<strong>And if you haven't already, get Aaron Hillegass' Cocoa Programming for Mac OS X.</strong><hr></blockquote>
I accually ordered that exact book on Amazon yesterday
Thanks,
BoeManE
<strong>
I accually ordered that exact book on Amazon yesterday
Very good. You'll be up and running with a quite fully featured app in no time. It isn't exhaustive regarding the API, but gets the *concepts* across beautifully. And, once you have a running app, you can start playing and investigating like mad.
<strong>
Very good. You'll be up and running with a quite fully featured app in no time. It isn't exhaustive regarding the API, but gets the *concepts* across beautifully. And, once you have a running app, you can start playing and investigating like mad.</strong><hr></blockquote>
Thank yoy guys! you've been very helpful!
I went searching arround the web, and came accross a little app called Cocoa Browser. The App looks up info in the API, and lets you browse through the Java and Objective-C API in a Finder-like way.
Its Really great, even better than the java.sun.com API in many respects!
Anywho, the App is on VersionTracker here:
<a href="http://www.versiontracker.com/moreinfo.fcgi?id=14531&db=mac" target="_blank">Cocoa Browser</a>
BoeManE
Cocoa Browser does let you see all the classes at once... but without any conceptual relations to guide you, like you get in the main documentation.
Originally posted by AirSluf:
And if you haven't already, get Aaron Hillegass' Cocoa Programming for Mac OS X.
I accually ordered that exact book on Amazon yesterday Is the book really good ? (I have read a number of programming books, and most of them have not been too good).
<hr></blockquote>
I don't think I have a response to that. Name some books in that genre. That is something I haven't heard of. But not all of them?