gpt4 book ai didi

ios - UIPageViewController 带有一张固定的背景图片

转载 作者:搜寻专家 更新时间:2023-10-30 22:04:48 25 4
gpt4 key购买 nike

我想要一个只有一个固定背景的 PageViewController。有点类似于 Evernote 的 iOS 应用程序中的教程。

我正在考虑让 UIPageViewController 的背景透明,页面 Controller 中的每个 View 也透明,但我认为它不起作用。

有什么想法吗?

最佳答案

在您的 UIPageViewController 上添加 UIImageView 定义(Swift):

var imageView: UIImageView?

然后在 viewDidLoad: 添加:

imageView = UIImageView(image: UIImage(named: "background")!)
imageView!.contentMode = .ScaleAspectFill
view.insertSubview(imageView!, atIndex: 0)

关于ios - UIPageViewController 带有一张固定的背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28650719/

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