Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PSPDFKit。我可以显示页面的唯一模式是单一模式。我想知道当设备处于横向位置时是否可以显示两个页面?
使用 PSPDFView 控制器为 PSPDFKit 创建视图控制器时。使页面模式自动。它必须是这样的:
PSPDFViewController *pdfController = [[PSPDFViewController alloc] initWithDocument:pdfDocument]; pdfController.pageMode = PSPDFPageModeAutomatic;