Ok, here’s the first of two videos where I go through and analyze the source code provided by Apple in it’s HelloWorld file. We look at quite a few new terms here, such as the @class declaration, and dealloc, along with some modifiers used with the @property declaration. The fully commented source code can be […]
Tag: beginner
This is the second tutorial on iPhone application development. This tutorial is geared towards someone with a basic understanding of C/C++ or Java and object oriented principles. It is a basic overview of some Objective-C syntax that someone transitioning from another language is unlikely to be familiar with. If you’re unfamiliar with C/C++ or Java […]
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 […]