Bharat Godhani
Bharat Godhani

Reputation: 110

PDF reader to display 2 pages in landscape mode

I am iPhone application developer, I want to develop application part to display PDF file.

I want to disply pages such that,

  • Application will use landscape mode only and
  • Two pages are displayed at a time.

I tried using vrf reader : https://github.com/vfr/Reader

  • But not succeed for displaying 2 pages at a time.

Is there any way or library or demo for this?

Upvotes: 1

Views: 458

Answers (1)

Rachit Agarwal
Rachit Agarwal

Reputation: 376

You can use UIPageViewController to display 2 pages in landscape mode. Check this tutorial:

Upvotes: 1

Related Questions