IOS image grid

I want to create a TabItem in a TabBarController containing a grid of images that the user can select. I know that I can use the TableViewController, but it will just show a long list, and not rows (for example) of 3x4 images.

Is it possible?

+3
source share
2 answers

In the end, I went with excellent CocoaControls control called DTGridView , but that was the second second of the GMGridView , which was a close second. I found GMGridView too powerful.

, DTGridView, , -(void)drawRect, CoreGraphics.

+4

Apple TiledScrollView.m, , , . layoutSubviews. , ... ;-) , .

+7

All Articles