nicklockwood / FXPageControl

Simple, drop-in replacement for the iPhone UIPageControl that allows customisation of the dot colour, size and spacing.
Other
298 stars 69 forks source link

Added support for VoiceOver #11

Closed jmacmullin closed 7 years ago

jmacmullin commented 9 years ago

When VoiceOver is enabled UIPageControls are ‘adjustable’ elements. When they have focus, a swipe up increments the value and a swipe down decrements it.

Adding these methods makes FXPageControl’s behaviour consistent with UIPageControl when VoiceOver is enabled.

k06a commented 9 years ago

:+1:

VilemKurz commented 7 years ago

This should also allow to use FXPageControl in Xcode UI tests. Please, merge.