There is a UIPageViewController with three pages. Each page is a different color ( backgroundColor ). On each page pageControl should be a different color. At the moment, the color changes when scrolling when the pageControl.currentPage changes.
pageControl?.pageIndicatorTintColor = ... pageControl?.currentPageIndicatorTintColor = ... The question is, is it possible to change the color gradually? That is, if the user slowly scrolls the view, the "point" is painted gradually. The example in the picture, the screen is blue, then switches to pink. And that part of the "point", which already on a pink background should be a different color.
