Closed NikhilGangurde closed 1 year ago
Hi @NikhilGangurde! It's a bit hard to say why that’s not working based on your example. In general, it should be possible to apply the corner radius inside the cell, based on the index of the item. Another option would be to apply the corner radius on the pagingController.collectionView
itself. You can provide your own PagingView
subclass where you can completely customize the layout and size of the collection view as well.
how can i make this view
here is what I tried and not working: