amir-272015

Results 1 issues of amir-272015

When Add new rows in collectionview, It not reload all cells. if let flowLayout = collectionView.collectionViewLayout as? UICollectionViewFlowLayout { flowLayout.estimatedItemSize = CGSize(width: 1, height: 1) //use auto layout for the...