Have anyone tried this example app for showing PDF document on a UIScrollView? https://github.com/vfr/Reader/downloads
It's a great example and it works great. But, I want to show two pages when device is in landscape mode (currently, app shows only one page in both portrait and landscape modes)
I tried in my best to figure out a solution, but I failed. If anyone have done it, please give me a help. It's highly appreciated.
*(And also, I would like greatly thankful to github.com for sharing this example project as open source project. )*