views:

54

answers:

3

I want to develop desktop applications for Mac, so could you please recommend me whats the best way to learn it like some ebooks or videos....

+2  A: 

The Cocoa Programming for Mac book by Aaron Hillegass is a classic. The Apple documentation and tutorials aren't that bad either.

WardB
Justin
A: 

as WardB mentioned, Hillegass' book is great for introductory Cocoa development.

for deeper subjects, see 'Mac OS X Internals: A Systems Approach', by Amit Singh: http://www.amazon.com/Mac-OS-Internals-Systems-Approach/dp/0321278542/ref=pd_sim_b_13

Justin
A: 

I like Scott Stevenson's “Cocoa and Objective-C: Up and Running”, especially for some of the non-Cocoa material he teaches you first. You may be tempted to skip it, but don't: It's very easy to get lost without knowing what you're standing on.

Peter Hosey