AdvancedPageControl icon indicating copy to clipboard operation
AdvancedPageControl copied to clipboard

A simple yet powerful animated page control indicator for iOS.

Results 9 AdvancedPageControl issues
Sort by recently updated
recently updated
newest added

First of all, great work!!! 👍 Secondly, there's no alignment property available to align the pageControlView to left or to right. It always by default displayed on the center of...

Hello, can i change the selected dot scale factor for scale drawer? currently i can see this as 8 but not know how can i override this. `var scaleFactor: CGFloat...

Hey, good job on making this library public but I do have some concern which you might be able to help me answer. Using the code alone, I got into...

Hi team, i found out that the Package.swift path is wrong, so if we try to add package by SPM, we will just get the struct AdvancedPageControl. I just edit...

I'm using your pod to make an page control, but extended Dot Drawer can not change width and radius, no matter how I put value in

Cannot instal library by using SPM.

I have setup pagecontrol in tableviewcell ``` @IBOutlet weak var pageControl: AdvancedPageControlView! { didSet { if pageControl != nil { pageControl.drawer = : 0, height: 10, width: 10, space: 10,...