skip to Main Content

Size height for item collection view – Ios swift

What is the way to set the equal size height for all cells in collection view? I have this method: func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize { return getCellSize() } func getCellSize() -> CGSize…

VIEW QUESTION
Back To Top
Search