Seeing how Melksham has changed over the years, via an iPad
Archive - Originally posted on "The Horse's Mouth" - 2012-01-30 23:24:16 - Graham Ellis

Without bundling up all the source images and much more, I can't publish the full application development resources here - but I HAVE included the view controller header file and the view controller source in our resources.

iPhone programming is very similar to iPad programming - in fact you can choose to write Universal applications that run on both. Screen layout / resolution need to be considered, of course - but then that's the case even with iPhone alone where you have the original resolution and the newer, higher "retina" resolution. Here's another simulator screen capture, this time showing a simple iPhone text entry screen, with feedback of the text entered via labels modified by the controller. The View Controller Header file is [here] and the View Controller source in Objective C is [here]. Although I used IB (the Interface Builder) to create the layout rather than coding it directly, I have also included the interface design XML in my sample sources - it's [here].