Closed mkll closed 10 years ago
This is has something to do with the KIImagePager I'm using, we would need to change the frame of this page control in it. However, even by doing so, the image pager is placed behind a transparent tableview header, that means we wouldn't be able to use the page control since the header would catch touch events.
My question is just about PageControl's dots, not about its functionality. :)
try this in KIImagePage.m: _pageControl.center = CGPointMake(_scrollView.frame.size.width/2, _scrollView.frame.size.height - 110);
Ok, thanks, I'l try this.
Tryed, it works, thanks.
Nice I'll add this fix to the repo pretty soon.
Is there any way to shift PageControl toward the top of the screen? I tryed but unsuccessfully...