iBooks 喜欢动画
我正在尝试为 iPad 建立一个网上商店。现在我想浏览 ibook 中的产品。我在互联网上查了一下,但它们都在处理图像、pdf、页面。
那不是我想要的。我想在 xib 文件之间浏览。如果有人有任何好的教程的想法,请告诉我!
I am trying to build a webshop for an iPad. Now I want to browse through the products like in ibooks. I looked it up on the internet, but they are all working with images, pdf, pages.
That's not what I want. I want to browse between xib files. If anyone has any ideas of good tutorials for it, let me know!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIPageViewController 为您提供翻页动画(例如iBooks)之间的视图控制器。不过,我没有它的教程链接,而且我自己也没有使用过它。
UIPageViewController gives you a page flip animation (like iBooks) between view controllers. I don't have a tutorial link for it, though, and I've not used it myself.