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を使用しています。ページを表示できる唯一のモードはシングルです。デバイスが横向きのときに 2 ページを表示できるかどうか疑問に思っています。
PSPDFView コントローラを使用して PSPDFKit 用のビュー コントローラを作成する場合。ページモードを自動にします。次のようなものでなければなりません。
PSPDFViewController *pdfController = [[PSPDFViewController alloc] initWithDocument:pdfDocument]; pdfController.pageMode = PSPDFPageModeAutomatic;