RxDataSources
RxDataSources copied to clipboard
UICollectionViewCell size
How to specify sizes for UICollectionView cells? Also would be cool to add more examples for UICollectionView.
to fix this issue set UICollectionView.rx.setDelegate(self) for CollectionView and implement UICollectionViewDelegateFlowLayout then use sizeForItemAt func
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