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'
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?