Top "Uipagecontrol" questions

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

How to 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 xcode ios ios4 uipagecontrol
Customise Position of UIPageControl

I am using project from github as a reference. project URL: https://github.com/lephuocdai/iOSsample/tree/master/PageViewDemo In …

ios objective-c swift uipagecontrol
Access the UIPageControl created by iOS6 UIPageViewController?

I'm using a UIPageViewController with Navigation set to Horizontal, Transition Style set to Scroll (in InterfaceBuilder), and no spine. Which …

ios ios6 uipageviewcontroller uipagecontrol
UIPageControl Dot Size for current page

I am trying to find out how to make the dot for the selected page be slightly bigger than the …

ios uikit uipagecontrol
UIPageControl not calling selector on valueChanged

I am attempting to use a UIPageControl for the first time and I can't seem to get it to call …

ios objective-c xcode uiscrollview uipagecontrol
UIPageControl tap to "swipe"?

What method to I use to make my UIScrollView update when the sides of a UIPageControl are tapped? When swiping …

iphone uiscrollview uipagecontrol