如何在 Monotouch 中使用新的 iOS 5 Newsstand sdk 实现页面卷曲?
苹果终于在 iOS 5.0 SDK 中发布了 PageCurl 过渡效果的 api:
我想在我的 PDF 页面之间进行转换报亭应用程序,但我不知道如何在 MonoTouch 中执行此操作。我下载了 Newsstand.zip 示例,如上所述Xamarin 网站:
http://docs.xamarin.com/ios/tutorials/Introduction_to_iOS_5#Newsstand
但它没有显示如何使用新的 PageCurl 效果显示 PDF。 :(
如何在 MonoTouch 中使用 Page Curl 过渡?
任何帮助,无论多小,我们都将不胜感激,谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我的博客上写了一个简单的例子。它不包括将其用于 PDF 文件,它只是 UIPageViewController 类的简单用法。不过它可能对你有帮助。
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.