Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIPageControl dots isn't connected #28

Open
volodymyrslipak opened this issue Aug 3, 2018 · 2 comments
Open

UIPageControl dots isn't connected #28

volodymyrslipak opened this issue Aug 3, 2018 · 2 comments

Comments

@volodymyrslipak
Copy link

UIPageControl dots isn't connected with code, it doesn't work, pages is working, but dots not moving

@IBOutlet weak var contentControl: UIPageControl! --- with empty circle connection, and got error if launch without connection

Swift 4
xCode 9

@erayalparslan
Copy link

I found a solution:
1 - On CustomOverlay.xib, the page control is connected to something called pageControl. Delete it
2 - Make IBOutlet connection from the page controller to contentColler which located in CustomOverlay.swift file
3 - In your view controller, replace overlay.pageController with overlay.contentControl

@a8thunder
Copy link

help me!!! my project not found overlay.contentControl , after remove pageControl and connection
contentControl in CustomOverlay.swift file.
thank you.
Screen Shot 2019-12-03 at 01 32 42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants