
11-02-2007, 11:24 AM
|
 |
Developer
|
|
Join Date: Aug 2007
Device + Firmware: iPhone 2.2.0
Operating System: Windows XP / OS X
Location: Virginia
Posts: 1,206
Thanks: 43
Thanked 197 Times in 158 Posts
|
|
|
|
If you've never programmed, I would suggest starting with something like Visual C# Express for Windows, or XCode for Mac, and write some desktop programs first to learn the general concepts.
Cocoa Programming for Mac OS X is apparently a good starting book for learning OS X GUI development.
The tricky (unfortunate) part is that the toolchain does not have an IDE for graphically working on user interfaces, nor an emulator, so development can be painful.
Oh, and Objective-C is the language used by OS X for GUI development.
|
Last edited by NetMage; 11-02-2007 at 11:38 AM..
|