pitiphong-p / CollectionViewShelfLayout

A UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack.
MIT License
376 stars 30 forks source link

reload collection #17

Open AMJ-7 opened 3 years ago

AMJ-7 commented 3 years ago

hi,

when use collectionView.reloadData() all items IndexPath changed from (0 to 1) or (1 to 0) ?!