K Keith Yong Active Member Licensed User Longtime User Apr 15, 2016 #1 Hi, how can I set the multiple column for tableview like Pinterest? You can refer the link which they have provide the flow and the coding in objective-c. https://engineering.pinterest.com/blog/behind-pins-building-pinterest-30-ios
Hi, how can I set the multiple column for tableview like Pinterest? You can refer the link which they have provide the flow and the coding in objective-c. https://engineering.pinterest.com/blog/behind-pins-building-pinterest-30-ios
narek adonts Well-Known Member Licensed User Longtime User Apr 15, 2016 #2 I think this is a UICollectionView. Upvote 0
K Keith Yong Active Member Licensed User Longtime User Apr 15, 2016 #3 narek adonts said: I think this is a UICollectionView. Click to expand... Ic, so how can we cal this library? Upvote 0
narek adonts said: I think this is a UICollectionView. Click to expand... Ic, so how can we cal this library?
Erel B4X founder Staff member Licensed User Longtime User Apr 17, 2016 #4 You can use a regular ScrollView to create such layout (except of the floating title). Upvote 0
K Keith Yong Active Member Licensed User Longtime User Apr 17, 2016 #5 Thanks Erel, i get your idea Upvote 0