ChiliLabs / CHIPageControl

A set of cool animated page controls written in Swift to replace boring UIPageControl. Mady by @ChiliLabs - https://chililabs.io
MIT License
3.39k stars 262 forks source link

How to increase size of touch area of each dot? #62

Open jasmit34 opened 4 years ago

jasmit34 commented 4 years ago

How to increase size of touch area of each dot? Because i can't able to touch properly.

Please suggest me some solution.

chili-ios commented 4 years ago

Hi @jasmit34 ,

Usually, page control is used to display the current state of the scroll. Dots have too small tap area. You can check the way how tap gestures over page control are used in iOS (Home screen). When you tap anywhere on the right side from active page dot, then you scroll to the next page, otherwise, scroll to the previous.