I need to develop the uicollectionview with uneven cell sizes ( likely PInterest App format ).
Here am using some custom collectionview cell class to represent my cell image and cell name. so kindly suggest me the way to do
I need to develop the uicollectionview with uneven cell sizes ( likely PInterest App format ).
Here am using some custom collectionview cell class to represent my cell image and cell name. so kindly suggest me the way to do
Jatin Patel - JP
On
UICollection is the way that you can create app have pinterest like UI. UICollectionView is allowed to dynamic render its size.
Here are the sample code that have pinterst like UI.
UICollectionViewWaterfallLayout
JSPintDemo
WaterflowView
NHBalancedFlowLayout
if you are beginner in UICollectionView then bellowed link will help you.
beginning-uicollectionview-in-ios-6
Hope this help you.
Copyright © 2021 Jogjafile Inc.
You need to reload single cell, and I think you need to use this UICollectionView method