Mani
Mani

Reputation: 1320

How to implement dynamic multi dimensional grid view(scroll view)?

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. enter image description here

Upvotes: 3

Views: 2836

Answers (2)

Suhit Patil
Suhit Patil

Reputation: 12023

use UICollectionView, you can get many examples here https://www.cocoacontrols.com/search?utf8=✓&q=grid

Upvotes: 2

Albara
Albara

Reputation: 1296

Maybe you would be interested in trying this controller: https://www.cocoacontrols.com/controls/waterfallcollectionview

Upvotes: 3

Related Questions