Ok so I\'m struggling here and haven\'t been able to find a working solution. I\'ve been self learning Swift without Objective C experience (I know, I know).
In my app,
UIPageControl Integration using Swift 4
func configurePageControl() { self.pageview.numberOfPages = items.count self.pageview.currentPage = 0 self.pageview.tintColor = UIColor.red self.pageview.pageIndicatorTintColor = UIColor.black self.pageview.currentPageIndicatorTintColor = UIColor.green }