Custom Animations with Sound

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...
0 Comments

AVAudioPlayer Volume Issue

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...
0 Comments