The need to be able to access and modify data in any kind of application is critical. As databases are the primary means of storing large quantity of data, any software that is lacking this critical...
Category: iPhone
Auto-rotation is a fairly simple concept to place into your app whether it be for the iPad or iPhone. A few things to consider is what orientations are best for your app. The Apple reviewers have...
Today we are going to begin looking at using some of the controls available to us in xCode. The first of these tools is the slider control. Using the slider is very intuitive for most users, but...
NOTE: This tutorial was developed using Unity3D V.3. I have not tested it with the latest version of Unity. I hope to create a new version of this tutorial in the near future taking advantage of...
Introduction to iPhone Programming Course This is my first effort at a MOOC (Massive Open Online Course). The material presented is a sequential listing of previous blogs for learning to...
Lesson 3: Hello World In teaching programming, it is traditional to begin with a 'Hello World' program to help get us familiar with the programming environment with which we will be working. For...