After I posted my previous how to on core graphics, someone asked me if I was porting Baby Smash to the iPhone. Well, I wasn’t at the time, but I had a rare couple of hours free this evening, so I decided to take a shot at it. The example shows how to generate various geometric shapes from primatives as well as how to fill with colors and images. Possible enhancements might include sound effects, free form drawing and animation. I’ll add those when I get a chance.
The code is available at http://github.com/mikebluestein/iBabySmash

Awesome – I’d just suggested this on Miguel’s “baby on the way” post…hadn’t realized it was already done! 🙂
Hey, I happened across this app last night, and it made my daughter giggle *a lot* when the monkey spins around.
Nice work.
Glad she liked it! Both my kids get a kick out of it too 🙂 Could I trouble you to add a review in the app store? Thanks
Howdy,
I’m working on an iPad app with a similar structure, but I can’t seem to get everything connected in Interface Builder. Is there any way you could go into a bit more detail about how you connected the View to the UIViewController and the UIViewController to the Main application?
Thanks!