I managed view transition only with the help of accelerometer and the view's animation capabilities. I didn't want to simulate the cower flow it self, just the same transition between views.
To align images into cowerflow you will have to use core animation and quartz. I never did this before and I guess it's not easy. The coverflow example code is available in xcode example folder (for OS X 10.5 on mac) and it doesn't look simple. I would start here, it's your best shot. There's no API for coverflow on iPhone.
|