Top "Uipagecontrol" questions

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

How can I change the color of pagination dots of UIPageControl?

I am developing an application in which I want to change either color or image of UIPageControl pagination dots. How …

iphone ios uipagecontrol
How to create a Scroll View with a page control using swift?

I am trying to create a Page View controller with numbers of view. I want a simple code sample that …

ios swift uiscrollview pagination uipagecontrol
Programmatically Linking UIPageControl to UIScrollView

I am making a simple slideshow view within my app. I'd like to link my UIPageControl to my UIScrollView. This …

ios xcode uiscrollview uipagecontrol
How to add PageControl inside UICollectionView Image Scrolling

I have UICollectionView Horizontal Image listing codes. I want to add PageControl when scrolling images will shows, I added pagecontrol …

ios swift uicollectionview swift3 uipagecontrol
Is there a way to change page indicator dots color

I am newbie to iphone programming, I am trying to develop an app which uses page control. My view's background …

iphone colors uipagecontrol
How to put the UIPageControl element on top of the sliding pages within a UIPageViewController?

Regarding to this tutorial by AppCoda about how to implement a app with UIPageViewController I'd like to use a custom …

ios storyboard uipageviewcontroller uipagecontrol
UICollectionView: current index path for page control

I'm using a UICollectionView with a flow layout to show a list of cells, I also have a page control …

ios objective-c pagination uicollectionview uipagecontrol
How do I implement UIPageControl in Swift

Ok so I'm struggling here and haven't been able to find a working solution. I've been self learning Swift without …

ios uiscrollview swift uipagecontrol
PageViewController current page index in Swift

I want to get current index of a pageViewController, I don't know how I get the visible pages index. func …

ios swift uiviewcontroller uipageviewcontroller uipagecontrol
How can i change the page on clicking the dots of UIPageControl

Here I have a pagecontrol which works good but on clicking on dot it doesn't change the page so please …

iphone ios uiscrollview uipagecontrol