uipageviewcontroller Questions
7
I have an Assertion Failure in UIPageViewController.
Assertion failure in -[UIPageViewController _flushViewController:animated:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3512.6...
Laster asked 16/3, 2017 at 12:12
25
Solved
In my case parent UIViewController contains UIPageViewController which contains UINavigationController which contains UIViewController. I need to add a swipe gesture to the last view controller, bu...
Proclivity asked 28/2, 2014 at 14:55
4
When UIPageViewController calls the datasource with the viewControllerBeforeViewController and viewControllerAfterViewController methods, it is obtaining the view controller that will be displayed ...
Cattegat asked 27/8, 2013 at 2:33
17
Searched a lot for this one, but couldn't find a proper solution yet.
Is it possible to disable the bounce effect of a UIPageViewController and still use the UIPageViewControllerTransitionStyleSc...
Dianoia asked 15/2, 2014 at 13:30
15
I need to do this app that has a weird configuration.
As shown in the next image, the main view is a UIScrollView. Then inside it should have a UIPageView, and each page of the PageView should hav...
Trentontrepan asked 22/10, 2015 at 23:23
6
I have spent almost 8 hours finding out how to jump to a particular page number in UIPageViewController... below is what my project looks like
I want to make an app which looks like Ibooks---
I h...
Vainglorious asked 4/7, 2012 at 20:12
18
Solved
Is it possible to turn page programmatically in UIPageViewController?
Sayette asked 26/8, 2011 at 18:10
4
Solved
I know this question is typique and it was asked many times in the forum, but I still cannot solve my problem, so please if any body can help be that would be GREAT :)
I am creating a book applic...
Shillong asked 12/6, 2012 at 19:16
1
Solved
I am working with SwiftUI 2.0 and actually, I am happy that Apple introduced PageTabViewStyle to simply create a pager.
But unfortunately, I am not able to implement it in a way I would like to.
Is...
Dunsinane asked 25/7, 2020 at 23:10
5
I am using a UIPageViewController with transitionStyle UIPageViewControllerTransitionStyleScroll and navigationOrientation UIPageViewControllerNavigationOrientationVertical
I also have a UIPanGest...
Cordate asked 14/11, 2012 at 5:32
3
I'm developing image gallery like slider using UIPageViewController and I'm having troubles with UIPageViewController automatic insets in Scroll transition style mode.
Here is my layout:
UIViewC...
Cell asked 30/1, 2018 at 3:28
3
Solved
My app keeps crashing, when I set more than one view controller in my app, like below.
[self setViewControllers:_images direction:UIPageViewControllerNavigationDirectionForward animated:YES comple...
Adiel asked 27/6, 2013 at 2:47
7
While switching between Tabs too fast in UIPageViewController, App getting crash in line
[UIPageViewController queuingScrollView:didEndManualScroll:toRevealView:direction:animated:didFinish:didCo...
Gonococcus asked 9/9, 2014 at 8:46
6
Solved
These two methods viewControllerBeforeViewController and viewControllerAfterViewController of the UIPageViewControllerDataSource don't tell the direction of the swipe.
The method transitionComplet...
Thorma asked 13/1, 2015 at 21:36
2
Solved
I successfully implemented PageView within SwiftUI via thread:
How to implement PageView in SwiftUI?
Passing in multiple Views via an Array works like a charm, as long as all views are of the same...
Weidman asked 21/10, 2019 at 13:0
8
Solved
I am trying to make an effect similar to that found in the new Yahoo weather app. Basically, each page in the UIPageViewController has a background image, and when scrolling through the page view, ...
Jacquline asked 28/4, 2013 at 21:41
5
I'm developing a simple UIPageViewController that has two pages. Each page is loaded from a different ViewController with their specific xib files, named PViewController and TViewController.
For ...
Acidulent asked 10/7, 2014 at 11:10
4
Solved
I am using a page view controller in an iOs app.
How do I remove the dots from this controller?
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view.
se...
Bordure asked 27/8, 2014 at 18:26
14
Solved
I have a simple UIPageViewController which displays the default UIPageControl at the bottom of the pages. I wonder if it's possible to modify the position of the UIPageControl, e.g. to be on top of...
Nygaard asked 28/9, 2015 at 12:13
1
As the title states, there is a way it can return the wrong index. This messes up the index presentation dots at the bottom of the page. The way this is done is by skipping a page without releasing...
Jerkwater asked 25/4, 2016 at 23:57
2
Solved
I have a pageViewController that has two child view controllers that you can swipe between. One of them has a textView that I want to be the first responder when you scroll onto that page, then los...
Hersey asked 20/4, 2017 at 22:47
2
Solved
In my SwiftUI app, I currently have a PageViewController implemented using UIKit. It follows the traditional SwiftUI - UIKit implementation outlined in Apple's SwiftUI UIKit integration tutorials.
...
Fairway asked 19/1, 2020 at 19:14
3
My most frequent bug has "Failed to determine navigation direction for scroll" for reason, any idea about how I could solve it?
Here is the last Exception Backtrace:
1. CoreFoundation __exceptio...
Erlindaerline asked 12/11, 2013 at 20:16
9
i'm using UIPageViewController in my app and it's working fine. however, it's page control which has been added automatically has a black background which is hiding the current view controller's bo...
Methane asked 23/8, 2013 at 17:10
12
Solved
I want to get current index of a pageViewController, I don't know how I get the visible pages index.
func pageViewController(pageViewController: UIPageViewController, didFinishAnimating finished: ...
Ology asked 28/9, 2015 at 12:17
1 Next >
© 2022 - 2025 — McMap. All rights reserved.