Welcome to iphone programming part 2, introduction to views. In this tutorial I’ll go over creating an application from scratch that transitions between 2 different views using the iphone’s built in UINavigationController and the navigation stack. If you haven’t done so already, I suggest reading through my first iphone article. If you already have a basic understanding of how to create an iphone application and hooking up IBOulets and IBActions in interface builder then you can head straight into this article. So let’s jump into it, and as always if you have any questions feel free to leave a comment and I’ll get back to you.Continue Reading
ArchivesMarch, 2010
09MarInstalling Cocos2D for the iphone
I have recently started working on some Iphone games only to discover a spectacular 2D game engine on the iphone called Cocos2D. After reading their very impressive feature list and some blogs on how Cocos2D works, I decided to try it out for myself. Low and behold however that it wasn’t the easiest thing to install manually for iphone development. If you try and install cocos manually, you will run into countless errors and hassles while getting it up and running.Continue Reading
01MarIphone Programming Part 1 – Intro to Xcode and IB
First off before we start, here are a couple of things you will need to get started: 1. Mac running the latest version of xcode – This can be found on your install disc for leopard or snow leopard. 2. Latest version of the iphone SDK – This can be found at developer.apple.com Now we Continue Reading
Recent Comments