Apple finally released the api for their PageCurl transition effect in iOS 5.0 SDK:
I want to do a transition between the pages of a PDF in my Newsstand App, but I don't know how to do it in MonoTouch. I downloaded the Newsstand.zip example as told on the Xamarin website:
http://docs.xamarin.com/ios/tutorials/Introduction_to_iOS_5#Newsstand
But it doesn't show how to display a PDF using the new PageCurl effect. :(
How can I use the Page Curl transition in MonoTouch?
Any help, no matter how small, is appreciated, Thanks!
I wrote a simple example on my blog. It does not include using it for PDF files, it is merely a simple usage of the UIPageViewController class. It might help you though.