The UIPageControl class is used in iOS to to create and manage page controls.
I am making an app where 10 images can be scrolled through using a page control. The problem is that I …
objective-c iphone image uipagecontrolI've seen apps (e.g. meebo) that have different indicators on UIPageControls instead of the default white circles. is there …
iphone objective-c interface-builder uipagecontrolI would like to do to a pretty simple thing. Just remove all the dots, and the bar on the …
ios cocoa-touch ios7 uipageviewcontroller uipagecontrolI am making an app where I need some images can be scrolled through using a UIPageControl. Sadly, I don't …
ios uiscrollview uipagecontrolI am trying to make practice app where i can scroll images with page control. I am able to scroll …
iphone ios uiscrollview scroll uipagecontrolI am preparing an iPhone app where I need something similar to UIPageControl. Can you please tell me what I …
iphone ios4 uipagecontrol iphone-sdk-4.0.1I would like to add a UIPageControl item programmatically to my view Controller. The self.view property contains a UIScrollView …
iphone uipagecontrolI have a simple UIPageViewController which displays the default UIPageControl at the bottom of the pages. I wonder if it's …
ios uipageviewcontroller uipagecontrolI've searched and searched for a tutorial for this but none of them are what I'm looking for. I've tried …
iphone uiscrollview uipagecontrolIs it possible to Increase the size of the indicator in UIPageViewController? I have this: And my requirement is this:
swift uipageviewcontroller uipagecontrol