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

Conform to protocol 'CHIBasePageControlDelegate' #64

Closed vladeku closed 4 years ago

vladeku commented 4 years ago

I added CHIPageControlAji in storyboard. In my viewController, I appointed it delegate. And in the extension, I signed the CHIBasePageControlDelegate protocol. I've implemented a method didTouch but I have the following mistake Type 'OnboardingContainerController' does not conform to protocol 'CHIBasePageControlDelegate'

What could be the problem? How can it be solved?