You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
help me!!! my project not found overlay.contentControl , after remove pageControl and connection
contentControl in CustomOverlay.swift file.
thank you.
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
The text was updated successfully, but these errors were encountered: