
11-02-2007, 12:24 PM
|
 |
Developer
|
|
Join Date: Aug 2007
Device + Firmware: iPhone 2.2.0
Operating System: Windows XP / OS X
Location: Virginia
Posts: 1,231
Thanks: 45
Thanked 202 Times in 162 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 12:38 PM..
|