iOS-StyledPageControl
iOS-StyledPageControl copied to clipboard
Customizable PageControl for iOS
I am trying to set custom image for index. It's not working. pageControl.setThumbImage(, for: )
https://github.com/honcheng/iOS-StyledPageControl/blob/91d5176cab4093c27d6e9a6b8a6a35788a33b987/StyledPageControlDemo/PageControlDemo/StyledPageControl.m#L197,L198 ```objc break; total_width = self.numberOfPages*diameter + (self.numberOfPages-1)*gap; // will never be executed ``` L197 will never be excuted
This pull request corrects the capitalization of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Created with [`xcode-readme`](https://github.com/dkhamsing/xcode-readme).
This looks like a fine control in the example project, but I can't get it working in my own... I'm placing the control visually in my storyboard, and changing the...
I used this control in one of my apps and I had the issue when more than one UIGestureRecognizer where added to a view with the same superview. I fixed...
The UI will be disorder when the normal image and the selected image size is not the same.