• Indie+Relief : All Revenue Will Go to Haiti on Jan 20.

    In response to the earthquakes in Haiti, Second Gear Software and Garrett Murray have teamed up to create Indie+Relief – a group of iPhone and Mac developers giving to Haiti.
    I was a bit late to the game, so I’m not officially listed, but will be participating. All revenue (minus Apple’s cut) from Humidor and MyGarden for [...]

  • Color Me Crazy (or “When a Color Isn’t Just a Color”)

    Ever need to use an image as a background, but can’t figure out how? It’s quite simple — colors aren’t always colors:

    UIImage *patternImage = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@”patternImage” ofType:@”png”]];

    [myView setBackgroundColor:[UIColor colorWithPatternImage: patternImage]];

  • iPhone / iPod Touch Backup Extractor

    This may come as a surprise to some of you, but debugging applications on the iPhone is no picnic. I know, crazy, isn’t it!  It’s next to impossible to get the information you need from a customer’s device without building in some method to send the user’s preferences, data, etc. right into your application, which [...]

iPhone

This is the archive for iPhone.