ZacharyKhan / ZKCarousel

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

Is there any way to remove the page indicator as well as the black backdrop? #12

Closed jkalombro closed 6 years ago

jkalombro commented 6 years ago

I just want to use this to create a carousel of buttons but can't figure out how to customize the carousel. For an instance, I want to remove the page indicators and the black backdrop.

ZacharyKhan commented 6 years ago

Hey @jkninja238, not sure if this library is the right one for your use case. I have a preset layout for the carousel that takes text and an image per carousel item.

You would essentially have to create your own scrolling carousel to support your own type of carousel items (buttons, no indicator, etc.)

Do you have any visuals of what you are trying to achieve?

ZacharyKhan commented 6 years ago

Closing due to inactivity.