Reputation: 574
I am implementing photo gallery functionality i my iPad app . I want to display Photo gallery like iPad Photo app gallery.
is there any external library or sample code available to do this ?
thanks!!!
Upvotes: 0
Views: 746
Reputation: 17372
Have a look at the Core Animation Programming Guide
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreAnimation_guide/CoreAnimation_guide.pdf
Upvotes: 1