Reputation: 1320
I need dynamic multi dimensional gird view. How to implement this design in the iPhone(like screenshot) ? The inner details are dynamic values.
Please give some sample source code for multi dimensional grid view. Give some suggestions about this designs. Thanks in advance.
Upvotes: 3
Views: 2836
Reputation: 12023
use UICollectionView, you can get many examples here https://www.cocoacontrols.com/search?utf8=✓&q=grid
Upvotes: 2
Reputation: 1296
Maybe you would be interested in trying this controller: https://www.cocoacontrols.com/controls/waterfallcollectionview
Upvotes: 3