pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

Does this deal with any memory management issues? #54

Closed raass-claat closed 7 years ago

raass-claat commented 7 years ago

...like, having loads of views inside a scrollview.

Say for example I had 1000 UIImageViews inside a scrollview, would this framework deal with any memory issues like a UITableView would?

pronebird commented 7 years ago

Hi,

No it's purely a scroll spy with minimal visual indication when fetching content. If you need to recycle views within scroll view you have to write your own logic just like UITableView or UICollectionView do.