Reputation: 1277
I have to design a "carousel" component for my iOS (Swift) app, like below.
I guess it's kind of UICollectionView
or UIPageViewController
, but I haven't any ideas how to implement this. The swipe gesture must bring the next slide to front by disappearing the previous one.
Upvotes: 1
Views: 669