I found this great article for MonoTouch showing how to display the first page of a PDF.
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?
|
I found this great article for MonoTouch showing how to display the first page of a PDF. 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? |
|||
|
|
|
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. |
|||
|
|
|
You can use a UIGestureRecognizer to do this, you do this by calling:
|
|||
|
|
|
I am unable to understand the link you provide but I hope my simple code may help to you In the above i am using UISwipeGestureRecognizer object to provide swipe functionality. In didswipe use to increase page number from that you call the CATiled layer part. |
|||
|
|