RxDataSources icon indicating copy to clipboard operation
RxDataSources copied to clipboard

UICollectionViewCell size

Open sssbohdan opened this issue 5 years ago • 2 comments

How to specify sizes for UICollectionView cells? Also would be cool to add more examples for UICollectionView.

sssbohdan avatar Jun 14 '20 13:06 sssbohdan

to fix this issue set UICollectionView.rx.setDelegate(self) for CollectionView and implement UICollectionViewDelegateFlowLayout then use sizeForItemAt func

ahmadsalh77 avatar Aug 25 '20 00:08 ahmadsalh77

to fix this issue set UICollectionView.rx.setDelegate(self) for CollectionView and implement UICollectionViewDelegateFlowLayout then use sizeForItemAt func

Thanks @ahmadsalh77 It's works for me

k-angama avatar Apr 19 '23 09:04 k-angama