Key / values ​​for usePageViewController parameters

What key / values ​​can be specified in the withViewOpetions parameter of the usePageViewController method for PDFView iOS11, PDFKit?

+4
source share
1 answer

According to the documentation found in PDFKit, it usePageViewController:withViewOptions:transfers these options UIPageViewControllerlocated in the viewer.

The argument is viewOptionsassigned to the initializer UIPageViewController, as a way of passing between pages, etc.

UIPageViewControlleravailable options UIPageViewControllerOptionSpineLocationKeyand . UIPageViewControllerOptionInterPageSpacingKey

+2
source

Source: https://habr.com/ru/post/1686808/


All Articles