Grid of images in iOS

前端 未结 2 449
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 00:46

I want to create a TabItem in a TabBarController containing a grid of images which a user can select. I know I could use a TableViewController, but that would just show a lo

2条回答
  •  臣服心动
    2020-12-29 01:18

    I eventually went with an excellent control from CocoaControls called DTGridView, but it was a close second to GMGridView, which was a close second. I found GMGridView a tad too powerful.

    One of the things I found relatively easy to do with DTGridView was to override -(void)drawRect to add a stacked stack effect using CoreGraphics.

提交回复
热议问题