Cocoa is not a version of Objective-C. Objective-C is the programming language. Cocoa and Cocoa Touch (which is what's used with the iPhone OS) are frameworks. Plus, you can program in C mostly, if you wanted, and just use Objective-C for a few pieces (although I don't think it makes much sense).You can only program in Cocoa (a version of Objective-C).
Hello.
To clear the air:
I would like to give coding a wak. I do not own an iPhone.
Questions:
1. Can I test iPhone apps on my Mac?
2. What language should I use?
3. What programs should I use to code in?
Thank in advance.
Just to be clear:Objective C and Javascript. You need to know both C and object oriented programming.
The iPhone SDK XCode and Safari are the supported development environments.
You don't drag and drop. You develop the app in Xcode and then, when ready to test, you build your app and, based on your settings, it will be deployed to the simulator and start up for you.1. So, if I get that simulator, I can just drag and drop the code from an app into there and test it with that?
Name: iPhone Simulator.2. Is there a name for the simulator? Link?