gpt4 book ai didi

View 的 iOS page curl 动态转换

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:42:07 24 4
gpt4 key购买 nike

我正在寻找一种在 View 之间实现页面 curl 过渡的方法。基本上,我有一个 View Controller ,其中有一本书。我必须实现书的打开和页面之间的转换。

我知道 UIPageViewController 的存在,它是页面 curl 过渡样式,我希望实现类似的东西,只应用于 View 。 (在我的 View Controller 上,除了这本书之外,我还有其他 View 和按钮。)

我应该能够用手指来回移动页面并能够放手。

最佳答案

1) 为所有要转换的 View 创建一个 Controller 数组。

NSArray *array = [NSArray arrayWithObjects:vc1, vc2, vc3,...];

2) 然后将 View Controller 数组添加到您的 UIPageViewController 对象。

[yourPageController setViewControllers:array direction:UIPageViewControllerNavigationDirectionForward animated:YES completion:nil];

更多引用- http://www.techotopia.com/index.php/An_Example_iOS_5_iPhone_UIPageViewController_Application

其他细节请阅读苹果文档

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html

关于 View 的 iOS page curl 动态转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17558946/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com