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

时间:2011-10-19 09:37:46

标签: ios pdf xamarin.ios page-curl

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过渡?

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

1 个答案:

答案 0 :(得分:6)

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