AlekseyPleshkov / UISliderView

Easy and customizable Swift image slider with lazy loading images and full screen viewer
MIT License
3 stars 1 forks source link

collection view error #2

Open asemelkhouli20 opened 2 years ago

asemelkhouli20 commented 2 years ago

when the old data index is 6 for example and you in item 4 for example and you change the data to number 2 for example the app will broke with error CollectionView index

asemelkhouli20 commented 2 years ago

I fix it you just need to change the position in your files -> UISliderView.swift in code just add the next line under their func on line 105 open func reloadData() { self.indexActiveSlide = 0

asemelkhouli20 commented 2 years ago

and you have other bug add self.loadedImages.removeAll() to load all image too