Difference between revisions of "Objective-C"
From Wikicliki
| Line 1: | Line 1: | ||
| − | |||
=== What one needs in order to program in Objective-C === | === What one needs in order to program in Objective-C === | ||
| Line 6: | Line 5: | ||
* Program to design the interface (Interface Builder - which is now built into Xcode) | * Program to design the interface (Interface Builder - which is now built into Xcode) | ||
* Debuggers (Instruments) | * Debuggers (Instruments) | ||
| + | |||
| + | === Get Xcode === | ||
| + | |||
Revision as of 02:03, 21 February 2013
What one needs in order to program in Objective-C
- Source Code Editor (Xcode)
- Compiler (Xcode)
- Program to design the interface (Interface Builder - which is now built into Xcode)
- Debuggers (Instruments)