如何使用Monotouch中的新iOS 5报亭sdk实现页面卷曲?

Ema*_*tta 1 pdf xamarin.ios page-curl ios

Apple终于在iOS 5.0 SDK中发布了他们的PageCurl过渡效果api:

http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html

我想在我的报亭应用程序中的PDF页面之间进行转换,但我不知道如何在MonoTouch中执行此操作.我按照Xamarin网站上的说法下载了Newsstand.zip示例:

http://docs.xamarin.com/ios/tutorials/Introduction_to_iOS_5#Newsstand

但它没有显示如何使用新的PageCurl效果显示PDF.:(

如何在MonoTouch中使用Page Curl过渡?

任何帮助,无论多小,都表示赞赏,谢谢!

Dim*_*kos 6

我在博客上写了一个简单的例子.它不包括将其用于PDF文件,它只是UIPageViewController类的简单用法.它可能对你有所帮助.