AppStoreStyleHorizontalScrollView icon indicating copy to clipboard operation
AppStoreStyleHorizontalScrollView copied to clipboard

Why not use collectionView for reusing cell ?

Open singno opened this issue 8 years ago • 1 comments

singno avatar Dec 07 '16 00:12 singno

It sure can. When I wrote this control on 2014, I started with Objective-C and tried to make it compatible to as many iOS as possible. However, when Swift released and I rewrote it in Swift, I didn't think about it too much, so I just kept using scroll view instead of collection view. If you are interested in rewriting this control with collection view, it would be nice.

terenceLuffy avatar Dec 07 '16 20:12 terenceLuffy