Oleg
Results
1
issues of
Oleg
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;...