-5

How can i make the design by using collection view please explain me . Here is the image of the design[enter image description here.

enter image description here

Arindam
  • 11
  • 2

1 Answers1

1

This is simply a UICollectionView with a UIPageControl below it.

You just need to design a UICollectionViewCell that looks like a card and use that in your collection view.

Have a look at [this Ray Wenderlich tutorial] to give you an idea how to use a UICollectionView. Of course you'll need a horizontal scrolling one, but that's easy configurable. Also read the iOS documentation.

You'll also need to scrolling to stop with one full card visible; read this.

Since you're new on StackOverflow you may not know this: On StackOverflow you're expected to first do your own research and try hard to get something working. Then when you have a detailed issue you can't figure out, you post that here. Please do so next time.

meaning-matters
  • 18,141
  • 8
  • 65
  • 115