Xcode 4 Tutorials for Cocoa OS X Applications

Obviously, there is a lot of noise when writing Cocoa Touch applications, but there seems to be not much around creating applications for OS X applications using Xcode 4.

Does anyone know of any resources that cover the development of OS X applications using Xcode 4? Are tutorials for Xcode 3 suitable for developing Xcode 4?

Thank.

+5
source share
4 answers

I would say that the tutorials for Xcode 3 are valid / close to ideal for learning OS X development, and then maybe the tutorial on the changes between Xcode 3 and 4 will go through as they are pretty significant (but relatively easy to grab / get used to / not too important for real development). The differences between 3 and 4 are more convenient to use / user experience than actually change the way code is written.

+4
source

I just found this awesome tutorial series that involved creating Mac OS X Objective-C / Cocoa using Xcode 4! The first video can be found here: http://www.youtube.com/watch?v=X_MJd8wqTBM

, . ! , , , , .

+4

You looked at developer.apple.com. There are more than enough to get you started.

+1
source

All Articles