Search code examples
macosxcode4

XCode 4 Tutorials for Cocoa OS X Applications


There's obviously a lot of buzz around writing Cocoa Touch applications, but there doesn't seem to be much around creating applications for OS X apps using XCode 4.

Does anyone know of any resources that cover OS X Application Development using XCode 4? Are tutorials for XCode 3 usable for XCode 4 Development?

Thanks.


Solution

  • I would say tutorials for Xcode 3 are valid/close-to-ideal for learning OS X development, and then perhaps go through a tutorial on the changes between Xcode 3 and 4, as they are quite significant (but relatively easy to grasp/get used to/not too crucial to actual development). The differences between 3 and 4 are more usability/User Experience related more than actually changing how you write code.