Top "Uipagecontrol" questions

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

How to programmatically set the current page for UIPageControl?

I have 3 "pages" (page 0, page 1, page 2) in a UIScrollView that are snapped to by finger swipes. There is a UIPageControl …

iphone xcode uiviewcontroller uiscrollview uipagecontrol
Custom UIPageControl with dot images

When I needed to custom my UIPageControl I used this and this solution. Slightly modifying it for the new version …

ios swift uipagecontrol
Add border for dots in UIPageControl

I want to add border color for dots in UIPageControl. Here is the small picture of it: I am able …

ios uipagecontrol
How to Change the height of UIPageControl?

I am trying to change the height of UIPageControl how I can achieve that?

iphone objective-c ios uipagecontrol
UIPageControl - How to make the background transparent?

I am using UIPageControl and trying to make the background transparent. UIPageControl *pageControl = [UIPageControl appearance]; pageControl.pageIndicatorTintColor = [UIColor lightGrayColor]; pageControl.…

ios objective-c uipagecontrol
Reduce dot size or padding to fit all page indicators on screen with UIPageControl

I have a UIPageControl that has 22 pages, therefore 22 page indicator dots. In landscape on iPhone they're all visible with plenty …

ios uipagecontrol
Swipe to change views

Is the following easy to code? I have a tableview and when the user selects a cell a detail view …

iphone uitableview uiviewcontroller uipagecontrol swipe
Swift/iOS8: Why are Page Control indicators not showing?

I am implementing a straightforward gallery view controller where the app displays a small range of full-screen images that the …

ios swift uipageviewcontroller uipagecontrol
How to connect UIPageControl to UICollectionView (Swift)

I'm currently using a UICollectionView to display 3 images (each image spans the entire cell). I also have a UIPageControl that …

ios swift uicollectionview uipagecontrol
Navigate to specific page in scrollView with paging, programmatically

How do I navigate to a specific page programmatically. Basically I have an app with a scrollView populated with a …

iphone uiscrollview uipagecontrol