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

Cards not able to swipe on accessibility voice over turned on. #856

Open sudheermyneni-sureify opened 6 years ago

sudheermyneni-sureify commented 6 years ago

Hi When Accessibility Voice over is turned on, Cards are not able to swipe forward or backward on iPhone 6 or below versions. I see we used UIPangesturerecognizer which is not working properly on voice over. Where Scroll view has default property to scroll and here not.

It would be great if we fix this.