ZacharyKhan / ZKCarousel

A simple carousel implementation written in Swift
MIT License
289 stars 57 forks source link

How to hide title and description #42

Closed neha275 closed 3 years ago

neha275 commented 3 years ago

I don't want to add title and description, if empty string sent then black shadow coming how to hide

Screenshot 2021-09-07 at 9 46 55 PM

ZacharyKhan commented 3 years ago

I've made some updates to the library, run pod update to receive them. Keep in mind, I did not remove the gradient. If you just wish to add an image, that's basically a UICollectionView that displays UICollectionViewCells with a single image view.

I would encourage you to take inspiration from this library, fork it and modify it to fit your specific needs.