Access Native Objective-C Code In Javascript Iphone Apps
Yesterday, I told you how to execute Javascript code on a page showing in a UIWebView using Objective-C. That was rather trivial as Apple has messaging functionality built in to allow that. Executing Objective-C code from within a Javascript application is not trivial. I highly suggest using one of the three frameworks I mentioned in a previous post.
How can I develop iPhone app store games quickly for free? Part 2
This article is about quickly developing 3D games on the iPhone using free game engines and with CoreAnimation, for information about free 2D iPhone Game engines please check the Previous Article Here.
How can I develop iPhone app store games quickly for free? Part 1
I’ve been asked by several visitors to my videos as to how one can develop games quickly on the iPhone, and I understand that learning OpenGL ES and building your own game from scratch can be a daunting task.
Then when I respond talking about some of the commercial frameworks out there that cost $500 a seat per developer, the next question of course is there anything that can do it for free.
iPhone SDK Development Tutorial – First Step Towards The App Store
This tutorial is a first step towards getting an App in the Apple App Store. It is an extremely brief tutorial meant for those at the absolute start of iPhone development.
Action Guide:
1. Verify system requirements for sdk are met.
2. Head to Apple’s iPhone Developer Center and download the SDK.
3. Download the Hello World sample application.
4. Open the Hello World project file.
5. Use the research assistant to learn about the iPhone libararies.
6. Optional: Look through more source code examples and use the research assistant often.