gpt4 book ai didi

swift - 如何在 swift、Xcode 中以编程方式设置 UIPageViewController 的过渡样式?

转载 作者:行者123 更新时间:2023-11-30 10:43:54 24 4
gpt4 key购买 nike

我正在尝试以编程方式制作 UIPageviewController 而不使用 Storyboard,我知道 Storyboard上有一个选项可以设置过渡样式,但我无法执行此操作。我基本上想在代码中将过渡样式设置为页面滚动。

我尝试了很多方法,但都没有效果。

最佳答案

在初始化时,在 viewDidLoad() 函数之前执行此操作:

override init(transitionStyle style: 
UIPageViewControllerTransitionStyle, navigationOrientation: UIPageViewControllerNavigationOrientation, options: [String : Any]? = nil) {
super.init(transitionStyle: .whatever_style, navigationOrientation: .horizontal, options: nil)
}
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}

关于swift - 如何在 swift、Xcode 中以编程方式设置 UIPageViewController 的过渡样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56212961/

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