DDPageControl icon indicating copy to clipboard operation
DDPageControl copied to clipboard

An easily customizable alternative to UIKit's UIPageControl

Results 10 DDPageControl issues
Sort by recently updated
recently updated
newest added

There are getting more errors when i try to update pod version. pod 'DDPageControl', '~> 0.1.0'

UITextAlignmentCenter is/was first deprecated in iOS 6.0. Simply replace UITextAlignmentCenter by NSTextAlignmentCenter will do the job.

I am trying to change width of the control, to make it as wide as screen width: ``` DDPageControl *pageControl = [[DDPageControl alloc] init]; pageControl.numberOfPages = 4; pageControl.currentPage = 0;...

With a couple small tweaks, DDPageControl now _exactly_ matches UIPageControl’s appearance when not customized.

If I comment out setFrame: and setBounds: then the component won't automatically resize itself, and works more closely like the original UIPageControl component. This is important for me because I...

I use ddpagecontrol and thanks a lot but it has an error ios7 like below image. ![screen shot 2013-11-16 at 14 35 27](https://f.cloud.github.com/assets/1954908/1556233/9e1c6cd0-4ebb-11e3-9782-822402fc6d31.png)

I'm implementing DD Page Control, but I have an issue regarding hiding the control when only one page is displayed. I have imported the DDPageControl class, and added to the...

If i add a lot of pages, the DDPageControl component extend its size beyond the size of the device. I am trying to limit the width of the component, but...