iPhone
Custom Animation with Sound - Take 2
04 07 11, 09:43
I am developing a new iOS app where I needed an easy way to animate image sequences, move them, and have sound coordinated with it all. My first attempt at doing this was functional, but it did not use
CAAnimation to control the image sequence. However, performance wasn't the best. So I rewrote the MKSoundCoordinatedAnimationLayer class to use CAAnimation internally to coordinate everything. Read More...Comments
Custom Animation with Sound
18 01 10, 14:42
For a project I am currently working on, I had the need to have more control over an animation sequence of images then what the built in support that UIView or CALayer provides. The import features I needed included sound coordination and heterogeneous frame durations. So, I wrote my own class to do this. Read More...
Networked Image View
23 09 09, 00:25
Sometime it is prefered that the image that gets displayed in an iPhone app is downloaded from the internet, much like an image in a web page. In order to make displaying a networked image as simple to accomplish as the UIKit's
Read More...
UIImageView, I created the MKNetworkImageView class. Read More...
Number Badge View
08 09 09, 00:07

App Review: Peggle
18 05 09, 10:02
Some might consider it strange that one app developer publicly reviews another's app, but this app is just too insanely great. Read More...
AVAudioPlayer Volume Issue
01 05 09, 16:00
The AVAudioPlayer found in iPhone OS 2.2 has one flaw: the user can only adjust app volume while an AVAudioPlayer object is active. Read More...
iPhone Development Blog
21 03 09, 22:39
A simple declaration on my intent to actually follow through with an iPhone development blog. Read More...
