It was to be expected that I wouldnt be able to sit and learn iPhone development without interruption, so I’ve had to scale it back for a while whilst fixing bugs and enjoying Christmas
To consolidate my learning I have started making an application for myself. I try to be organised with my finances and keep [...]
Using the techniques described in the previous post I was able to make a simple interface which had two buttons, when you clicked them it updating a label describing which button was pressed.
Utterly useless but its the foundations of basic iPhone development, responding to interactions from the user.
In this post I continue on to chapter [...]
After becoming a bit more comfortable with objective C and building a few of my own classes I think it is now time to move on to actually making a really basic user interface.
I wont go in to the details of how to actually lay an interface out. It’s really self explanatory, at least for [...]