Questions tagged [pagecontrol]
77 questions
0
votes
1 answer
Changing page control dots with images swift
I'm trying to change the dots in page control with some images..
Here the code i have tried:
import UIKit
class PageViewController: UIPageViewController, UIPageViewControllerDelegate, UIPageViewControllerDataSource {
// MARK: Data source…

Lama
- 255
- 3
- 17
0
votes
3 answers
Auto Layout not properly handling iPhone X notch
I have implemented a pageViewIndicator to the top of my application using swift. I have constantly tested it on my personal iPhone, which has worked, but when using the iPhone X simulator, I have noticed that it disappears behind the notch, simply…

vrthmy5312
- 107
- 3
- 14
0
votes
1 answer
How can I dynamically access a page control in a visual basic asp web page?
I am trying to update the text property of multiple labels on my page that I know exist by the naming convention I have below. However when I try to access them in this way I always get an "Input String was not in correct format" error.
For i = 1…
0
votes
1 answer
Moving pagecontrol inside container
I currently have a main viewcontroller that has a container in it. This container holds a pageviewcontroller with 3 different view controllers that it uses. Each one has its own colour. Green blue and pink. Everything is functional however I…

Tyler Pierog
- 527
- 5
- 15
0
votes
1 answer
iOS: Scrollview showing pagecontrol out of screen
I need to display many images in uiscrollview with uipagecontrol showing indication of current image. I have implemented all the features and everything is working fine. But server is returning around 40-45 images at once, then uipagecontrol goes…

Kashif Jilani
- 1,207
- 3
- 22
- 49
0
votes
1 answer
Error: Page Control jump twice with single page swap
With the following code, the page control has jumped twice instead of once during a single page swap. I need to add the UIPageViewController as subview as below, how can I make the pagecontrol act right? Thank you!
import UIKit
class…

AAC
- 1
0
votes
1 answer
Aligning page control
I have so many images in my page control that indicator dots are out of screen. Is there a way to align page control to left so that the dot related to first page will be visible on screen?
This is how it looks like now:
And this is what I want to…

Jaro
- 860
- 9
- 21
0
votes
1 answer
Xamarin.Forms PageControl for all Platforms
Is there a possibility to implement some kind of paging control (like in iOS) for all three platforms with Xamarin.Forms incl. other controls on the same page? I spent several hours asking google but without any success. My task is to build a Page…

Jerome Tonn
- 3
- 2
0
votes
1 answer
UIPageViewController index is not working properly
Basically, I am making a page app, which use UIPageViewController. When the user scrolls the page, they can see different content. The problem now is, when I scroll the page, the first and second page works properly, and the index is correct. But…

Mike Zhu
- 53
- 5
0
votes
1 answer
Using iOS PageControl in Hybrid application
Is there any way to use iOS PageControl in my JavaScript Hybrid app to be able to swipe it's pages in iPhone, like the way we can change pages in Safari and etc?
Like the screenshot and also what is mentioned in this question
Image is taken from…

borna
- 283
- 2
- 16
0
votes
1 answer
Page indicator and title in Navigation Bar iOS Objective C
i want to create a navigation bar in which I have a pageControl as well as the Title in the navigation bar just like the twitter iOS app contains, I got them both by setting the
self.navigationItem.Title = @"Home";
and achieved the PageControl by…

Ahsan Ebrahim Khatri
- 1,807
- 1
- 20
- 27
0
votes
1 answer
Xcode: Autolayout not working correctly
I've got this weird bug in my application. When I load up my app on the simulator or an iDevice and I go to the pageControl page the layout is doing weird things.
I use the pagecontrol pages for a calendar view, so if I load it up I see this
That's…

Ricardo42
- 103
- 1
- 1
- 7
0
votes
1 answer
How to make a view appear first when the app loads up, out of 3 views - IOS
I'm working on an IOS app. It has 3 screens(views) that'l appear in a dotted page when the app loads up. What's happening is when the app finishes loading, it'l directly start displaying at screen 1. But i want it to start at screen 2 (center…

Sashi
- 533
- 3
- 6
- 21
0
votes
1 answer
DevExpress MVC Tab Control
I have this page control used in the index file. There are three tabs and each tab will see some of the views. It works fine for the first tab load, however , when I switch to second and third tab, nothing shows. Do I miss…

jun shi
- 1
- 2
0
votes
0 answers
Hold GUI event thread until until method finish
Currently in my application the user is able to create windows (no controls on the as of yet) which are docked to a pagecontrol. Each editor has a set of toolboxes associated with them. This set is reset upon editor construction and modified as…

James_Hill
- 167
- 1
- 4
- 13