Archive For The “iPhone SDK General” Category

In my current IOS project I want to display an image on screen, but make it a little more interesting. The FlipBoard iPad application has a nice start screen which pans the images it displays, quite an eye catching effect. I wanted to do something similar in my application. To achieve this I created a…
Im currently working on a game in which the user interface has quite a number of possible states, with certain sprites being enabled, disabled, visible or invisible depending on the what the user touches on screen. Rather than coding all of the UI state logic into a view controller or helper class, I decided to…