For Mac stuff, since Apple’s Obj-C guide doesn’t deal with Cocoa, what most people work with:<p>Cocoa Fundamentals Guide: <a href="http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaFundamentals.pdf" rel="nofollow">http://developer.apple.com/library/mac/documentation/Cocoa/C...</a><p>Become an Xcoder: <a href="http://www.cocoalab.com/BecomeAnXcoder.pdf" rel="nofollow">http://www.cocoalab.com/BecomeAnXcoder.pdf</a><p>Stanford’s iPhone dev class (iTunes video class):
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=395631522" rel="nofollow">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcas...</a><p>Cocoa Dev Central (Tutorials that predated Scott Stevenson’s book): <a href="http://cocoadevcentral.com/" rel="nofollow">http://cocoadevcentral.com/</a><p>Cocoa Dev: Wiki Site on Cocoa classes, protocols and other junk: <a href="http://cocoadev.com/" rel="nofollow">http://cocoadev.com/</a><p>And, don’t forget everything else apple makes freely available: <a href="http://developer.apple.com/library/mac/navigation/" rel="nofollow">http://developer.apple.com/library/mac/navigation/</a>