This is part of an ELC Tech Network

Monthly Archives: July 2009

How to deal with iPhone Device Provisioning without Stabbing Your Eyes Out

Introduction So for any developer than has joined the iPhone Development program and attempted to throw their app on their phone, the process of provisioning is a familiar and likely painful process. Like many developer you may have several projects [...]
Posted in Uncategorized | 13 Comments

iPhone Development: Where is all the $$$

Hey guys, So this is the first post we are doing that is more about developers than about developing. The Guardian put up a great article today talking about the app store, developers and what is driving sales. The app [...]
Posted in Uncategorized | 10 Comments

Getting Images From The iPhone Photo Library Or Camera Using UIImagePickerController

This will be a simple tutorial showing you how to access the iPhone's photo library as well as the camera. Since the 3.0 update, the methods for picking photos have been deprecated. So this will be a 3.0 and above [...]
Posted in Uncategorized | 42 Comments

Programmatically Getting a Screencapture of any UIView

Introduction Hey guys. This post is in response to a comment made in my last post about NSTimers. Techy asked if we could do a post on how to take screenshots programmatically using the iPhone SDK. For this minor project [...]
Posted in Uncategorized | 11 Comments

iPhone Programming Tutorial: Animating A Game Sprite

One thing I have noticed about many of the games in the app store is they lack animation. Of course, the huge companies like Sega and PopCap have some pretty amazing animation, but what about us indie iPhone game developers? [...]
Posted in iPhone Game Programming, iPhone Programming Tutorials, iphone | Tagged , , | 47 Comments

NSTimer: The Poor Man’s Threading – Code Snapshot

Introduction Hey guys. So usually the posts we put up here involve screencasts and presentations, but we are going to start also posting small less time consuming pieces for the site. Today I bring to you a small project involving [...]
Posted in Code Snippets, Uncategorized | Tagged , , , , | 25 Comments

Voices That Matter iPhone Conference | Special iCodeBlog Reader Discount

Calling all iPhone Developers.  Pearson Education has hooked iCodeBlog up with a sweet discount to this year's Voices That Matter iPhone developers conference.  The conference will take place in Boston starting October 17th.  Here is some info from them (Including [...]
Posted in iPhone Articles | Tagged , | 3 Comments

Code Snippet: Prevent The iPhone From Sleeping

The code below will prevent the iPhone from dimming its screen and ultimately going to sleep. Use it wisely as you don't want your application becoming notorious for being a battery hog :) [UIApplication sharedApplication].idleTimerDisabled = YES; Happy iCoding!
Posted in Code Snippets | Tagged , | 7 Comments

Anyone else having issues with MPMoviePlayerController in iPhone OS 3.0?

Ok, so I'm currently updating an application for work and am getting some strange behavior with MPMoviePlayerController when trying to stream video.  The problem is: When the user presses the "Done" button on the player during the buffering stage (right [...]
Posted in iphone | Tagged , | 24 Comments

Server Upgrade Aftermath

The server upgrade is finally complete.  And as a result, iCodeblog is faster and more reliable than ever. We have just finished linking back up the assets (videos, screenshots, etc...) and are ready to start blogging again. For those of [...]
Posted in iphone | 12 Comments