Top "Uipagecontrol" questions

The UIPageControl class is used in iOS to to create and manage page controls.

how do i use a UIPageControl?

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 uipagecontrol
How to change UIPageControl dots

I'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 uipagecontrol
Hide dots from UIPageViewController

I would like to do to a pretty simple thing. Just remove all the dots, and the bar on the …

ios cocoa-touch ios7 uipageviewcontroller uipagecontrol
How do I use UIPageControl in my app?

I am making an app where I need some images can be scrolled through using a UIPageControl. Sadly, I don't …

ios uiscrollview uipagecontrol
Swiping Images with Page Control in Iphone

I am trying to make practice app where i can scroll images with page control. I am able to scroll …

iphone ios uiscrollview scroll uipagecontrol
How to implement Page control in iphone app?

I 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.1
Add PageControl programmatically

I would like to add a UIPageControl item programmatically to my view Controller. The self.view property contains a UIScrollView …

iphone uipagecontrol
How to change position of UIPageControl in iOS >=8.0?

I have a simple UIPageViewController which displays the default UIPageControl at the bottom of the pages. I wonder if it's …

ios uipageviewcontroller uipagecontrol
How do you combine UIScrollview with UIPagecontrol to show different views?

I've searched and searched for a tutorial for this but none of them are what I'm looking for. I've tried …

iphone uiscrollview uipagecontrol
Increase the size of the indicator in UIPageViewController's UIPageControl

Is it possible to Increase the size of the indicator in UIPageViewController? I have this: And my requirement is this:

swift uipageviewcontroller uipagecontrol