-
as seen on Stack Overflow
- Search for 'Stack Overflow'
greetings!
I've seen apps (e.g. meebo) that have different indicators on UIPageControls instead of the default white circles.
is there an easy way to do this? I've read the docs for UIPageControls and it seems that there is no methods to replace the images.
thank you
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to put a UIPageControl inside a cell (there's nothing else in the cell), but I have two problems:
The dots are aligned at the top-left of the cell, so you only see the bottom-right quarter of the first dot, and the bottom half of the other dots (like the first dots center is 0, 0).
Unless…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My app has a UITabBarController that loads many different UINavigationControllers. I want a UIPageControl to switch between the different UINavigationControllers. Do I place the UIPageControl in my UINavigationController or in my appDelegate? Suggestions and best practices are welcome.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Guys,
I have page control but not navigating to other view. so please provide the solution.
pageControl=[[UIPageControl alloc] initWithFrame:CGRectMake(0,380,320,40)];
pageControl.backgroundColor=[UIColor clearColor];
pageControl.userInteractionEnabled =YES;
[pageControl addTarget:self…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have 3 "pages" (page 0, page 1, page 2) in a UIScrollView that are snapped to by finger swipes. There is a UIPageControl there too. The UIScrollView starts off presenting page 0. What I want to do is present page 3 FIRST sometimes. How can I do this programatically.
Simply setting currentPage…
>>> More