Key/values for usePageViewController's options

后端 未结 1 1864
情话喂你
情话喂你 2020-12-20 21:45

What key/values can I specify in withViewOptions parameter of usePageViewController method of PDFView of iOS11, PDFKit?

相关标签:
1条回答
  • 2020-12-20 22:14

    According to the documentation found in PDFKit, usePageViewController:withViewOptions: passes the given options to the UIPageViewController located in the viewer.

    The viewOptions argument is given to the UIPageViewController initializer, as a way to pass in page spacing, etc.

    UIPageViewController's available options are UIPageViewControllerOptionSpineLocationKey and UIPageViewControllerOptionInterPageSpacingKey.

    0 讨论(0)
提交回复
热议问题