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

Support for creating custom control using CHIBasePageControl #72

Closed danielc1272 closed 3 years ago

danielc1272 commented 3 years ago

Hey, Can you adjust CHIBasePageControl so it can be used as super class outside CHIPageControl framework? Right now, some methods cannot be overridden (like updateNumberOfPages and update(for progress:)) and others cannot be used outside, all because of internal access level.