nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
12k stars 2.58k forks source link

Allows multiple cell to have their inner elements clickable #841

Closed VincentV89 closed 6 years ago

VincentV89 commented 6 years ago

Hi, i have multiple cells in my carousel visible at a time. Within each cell contains targets and buttons. However only within the left most(current index cell), the inner elements are clickable.

Is there a way to allow the inner elements of all visible cells to be clickable ? Thanks.

VincentV89 commented 6 years ago

Found the solution. Needed to set "centerItemWhenSelected" to false