I want to make photogrid like this app.
I know that I can do this using UIClollectionView
or any other demos
available in cocoa controls , but the issue of using all these is that i can not move the grid view in any direction
i.e i can move only in horizontal or vertical directions but not in z axis direction (i.e scrolling horizontal and vertical directions at the same time).
I want the grid view to move in any directions.
Is there any way to achieve this?
Thanks..