UIPageViewController iOS UIViewController container class that manages the display of, and animated transitions among, one or more content view controllers.

learn more… | top users | synonyms

0
votes
0answers
5 views

UIWebview load html page with jpeg image error

I am loading around 200 uiwebview with html content in UIPageViewController application. The application is kind of ebook which has table of contents so user can traverse to any pages from Table of ...
0
votes
1answer
20 views

uipageviewcontroller and uiwebview in IOS

Here I have html content which is displayed using UIWebView. The webview is displayed in horizontal scrolling and which looks like scrolling page by page and currently I have implemented the normal ...
0
votes
0answers
8 views

Page View Controllers with scroll effect vs. UIScrollView with Paging Enabled

I don't understand what's difference between Page View Controllers with scroll effect and UIScrollView with Paging Enabled. If they are have the some scroll effect, which one do you think better?
0
votes
0answers
9 views

Implementing zoom & pan in a 2 page UIPageViewController

I am trying to implement zooming and panning on a 2-page UIPageViewController in landscape mode. I have set a scrollview as the view of parent viewcontroller of the pageviewcontroller. This allows the ...
0
votes
1answer
29 views

Why does my UIPageViewController crop itself during curl transition?

In StoryBoard, I have setup two view controllers: PageViewRootViewController - this is just blank (in storyboard) as everything is setup programmatically. VillagerTextViewController - Storyboard ...
1
vote
0answers
41 views

UIPageViewController behavior different for Scroll & PageCurl

I am seeing different behavior between a UIPageViewController using Scroll transitions versus PageCurl. PageCurl works the way I expect but when using Scroll-ing I sometimes see extra (nonsensical) ...
1
vote
0answers
31 views

UIPageViewController - transparent areas on view controllers blend wrong

Is there a way to tell UIPageViewController to not do shadowing or blending on pixels with alpha value of 0? Right now those areas show up translucent and it looks really bad. Even better would be a ...
-1
votes
0answers
17 views

Refresh UIPageViewController data when dataSource (Model Controller) is changed [duplicate]

I am using Xcode's page-based application in presenting my product catalogue. So each page/ index is an array of products. My model controller is an 'Array of array of products'. Each index/ page is ...
0
votes
0answers
30 views

UIPageViewController rotation weirdness

I've added a UIPageViewController to my app to act as a manual for the app. When the user pops it up it shows one page in portrait and two in landscape with the spine in the middle. Since I have about ...
2
votes
1answer
81 views
+100

UIPageViewController Second View Goes Blank

I'm experiencing some very odd behavior when using UIPageViewController in my app. On the first swipe to the next view or anytime the direction of swiping changes (i.e. at the end of the list and ...
0
votes
0answers
24 views

How to create a multi flip button in iPhone like a pickerview

I want to create a small sub view which has 3 buttons(say A,B,C) in it. The view should have an infinite scroll so that it should create a circular loop for those buttons when I scroll ie. if I scroll ...
0
votes
0answers
19 views

UIPageViewController - How do I capture touch points?

This is simple. I have an iBooks-like app that has a UIPageViewController as a child viewController. When the page curl kicks in, how do I capture the user's touch point/s? I wish to continually track ...
0
votes
1answer
37 views

UIPageViewController - Verifying Page Turn with alert

I'm using a UIPageViewController to handle data entry where the last page is the active record and the previous pages are old records that can't be edited. So I need a way to verify that the user ...
0
votes
1answer
48 views

Mimic Apple's iBooks pages?

I'm trying to find a solution to display a ton of formatted text in my iPhone/iPad app. The absolute most user-friendly way to do so would be to use a paginated view, like Apple's iBooks does. My data ...
0
votes
1answer
27 views

UIPageViewController Transparency of Page

By default, while using UIPageViewController, the pages are a little transparent. This semi-transparency is visible when turning the page. Is there any way to make the page solid so that the page ...

1 2 3 4 5 22
15 30 50 per page