Top "Uipagecontrol" questions

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

How to change the colour of the UIPageControl when used in ios 5 simulator

I am using the following code in my application :- In .h file @property (strong, nonatomic) IBOutlet UIPageControl *pageControl; and …

objective-c ios5 xcode4.5 uipagecontrol
UIPageController in conjuction with UIPageControl?

I have been using UIPageController to navigate between different controllers. Now I would like to add that dots at the …

ios uipagecontrol
iOS 5 Implementing a Page Controller with Storyboards in existing application

I have an application that needs to display a series of graphs (using Core Plot). I would like each of …

iphone objective-c ios storyboard uipagecontrol
UIViews with UIPageControl

I'm a beginner when it comes to page control, and that's why I'm not sure 100% if my title agrees with …

iphone objective-c ios uiview uipagecontrol
Remove the page indicator from UIPageViewController

I am using a page view controller in an iOs app. How do I remove the dots from this controller? …

ios objective-c uipageviewcontroller uipagecontrol
Xcode: How do I change UIPageControl value with swipe gesture?

I have a quick question I was hoping you guys could help me answer. Right now I have a UIPageControl …

objective-c xcode uipagecontrol uiswipegesturerecognizer swipe-gesture
UIPageControl is not Displayed

I use the following to display scrollview and pagecontrol scrollView=[[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, 320, 179)]; pageControl=[[UIPageControl alloc] initWithFrame:CGRectMake(0, 179, 320, 20)]; scrollView.…

iphone objective-c uipagecontrol
How to create paging in iOS 7

I would like to kind of recreate the layout of the app I have pictures of below. There is a …

ios ios7 uiscrollview uipagecontrol scroll-paging
UIPageControl is not with UIImageView in IOS7

In my efforts to upgrade my application to support IOS7 I found out that UIPageControl doesn't support the UIImageView. They …

objective-c ios7 uipagecontrol
Increase spacing between indicator dots of UIPageControl

So I am working on customizing the UIPageControl (which Apple really doesn't make easy) and I'm wondering if there's a …

ios swift uipagecontrol