gpt4 book ai didi

ios - 如何控制 UIPageViewController 的转场速度?

转载 作者:行者123 更新时间:2023-11-28 06:42:58 25 4
gpt4 key购买 nike

我正在使用带有页面 curl 转换的 UIPageViewController。如何控制转换页面速度?

最佳答案

我认为你可以使用自定义动画,

   let animation: CATransition = CATransition()
animation.delegate = self
animation.duration = 1.0
animation.startProgress = 0.2
animation.endProgress = 1
animation.type = "pageCurl"
animation.subtype = kCATransitionFromLeft
animation.fillMode = kCAFillModeBackwards
self.view.layer.addAnimation(animation, forKey: "animation")

关于ios - 如何控制 UIPageViewController 的转场速度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37406080/

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