Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 937 Bytes

README.markdown

File metadata and controls

21 lines (12 loc) · 937 Bytes

Coverflow Implementation using UICollectionView

What?

This is an iPhone project implementing Coverflow using iOS 6 UICollectionViews and a custom UICollectionViewLayout

Screenshot: http://cloud.toxicsoftware.com/image/0z0N3A0e2b1l

View it in action here: CollectionViewCoverFlow.mov

Yes, Apple demoed this at WWDC but I think the interpolation technique I use is rather neat and allows you to easily adjust the layout and behavior of the layout.

CInterpolator

CInterpolator objects are a little like CAKeyFrameAnimation objects except they're not necessarily time based. You can use them for (linear) key frame interpolation between any keys and values

TODO

  • The "Gloom" layer doesn't do a very good job with alpha backgrounds.
  • Aliasing is very obvious on straight edges when rotation.
  • Test on low end hardware.