November 21st, 2009How Do I Learn How To Create Iphone Apps?
I would like to build an iphone app. I don’t have a programming background so I would be starting from scratch. I don’t mind studying how to build. Is there an easy wysiwyg program that can assist in the build or does everything have to be written in a certain code language. I can build from a Mac or PC. Any help or advice would be great.
November 21st, 2009 at 10:45 am
Developing for iPhone is done by an SDK from Apple’s developer web site. This SDK will only work on Mac OS X Leopard 10.5. You are free to register and download the SDK at no charge, build your app, and test it on your device, however submitting it to Apple is much more work.
Applications are created and run by Cocoa. Cocoa is the core system for the iPhone’s platform that deals with Apps. You should download the SDK and read up on other sites that deal with Apple’s application developing programs to learn more..
=]
November 21st, 2009 at 2:49 pm
You can build iPhone apps on a Mac with 10.5 (Leopard) only. Check on the Apple website and search for the iPhone SDK. I don’t know if you have to register as an iPhone Developer to download the SDK but you should register just for the heck of it. Anyways, where you download the SDK there are also a lot of resources dealing with coding with Cocoa for the iPhone.