MillmanY / MMCardView

Cusom CollectionView card layout
MIT License
560 stars 47 forks source link

Reloading items when scrolling. #9

Open KanagarajPonnusamy opened 6 years ago

KanagarajPonnusamy commented 6 years ago

We are trying to display images from network in cell items. Our images were blinking simultaneously when scrolling MMCollectionView.

NumberOfItemsInSection method is keep calling when scroll the items. Why this is happening?

Pls suggest to solve this issue asap.

Thanks