Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Try this!</p> <ol> <li>Add an empty page before your 'first' page (and optionally set it to be hidden)</li> <li>After you have made the setup for your UIPageViewController, manually go to the second page, your 'first' page.</li> <li>In the pageViewController:viewControllerBeforeViewController: delegate method, check if the view will be the empty page. If so, <ol> <li>manually go to the second page again, maybe after some delay. Or</li> <li>In some sort of way, disable the UIPanGestureRecognizer in your UIPageViewController</li> </ol></li> </ol> <p>This may not be the perfect solution, but hopefully acceptable. I'm also going to do something like this later, so I'll maybe explain more then and try it out myself. Good luck!</p> <p><br/> <strong><em>//Edit</em></strong></p> <p>Ah.. if you want to have the bounce effect last instead (I recommend you to do both)..</p> <ol> <li>Skip this.</li> <li>Add an extra (or two if you have an odd number of pages and double-sided view) empty page(s) after all your other pages (and optionally set it/them to be hidden)</li> <li>In the pageViewController:viewControllerAfterViewController: delegate method, check if the view will be the (last) empty page. If so, <ol> <li>manually go to the previous page, maybe after some delay. Or</li> <li>In some sort of way, disable the UIPanGestureRecognizer in your UIPageViewController</li> </ol></li> </ol> <p>In (3), if you haven't disable the UITapGestureRecognizer, you will have to decide if it is the tap gesture, and then choose (3.1), else take the (3.2) route!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload