Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 366 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 366 Bytes

ImageGrid-iOS

Image Grid animation based on single UIImage. Pass in UIImage and number of columns, rows and presto!

[[ImageFlipGrid alloc]initWithImage: [UIImage imageNamed:@"testImage.png"] gridCount:CGSizeMake(15,3)];

http://www.youtube.com/watch?v=0I0WiEem9Pk

ScreenShot