I found a great article for MonoTouch showing how to render the first page of a PDF as an image and now I want to to be able to allow the reader to access a second page.
Being completely new to ios and MonoTouch I have no idea how to add code to finger-swipe to the next page. Can anyone offer any help on how swiping through images generated at runtime might be achieved?
I’ve just finished a scrollview compatible swipe gesture recognizer here. It’s part of a larger project to allow the link annotations in the PDF to be clickable and launch safari.