gpt4 book ai didi

ios - 导航栏变得透明

转载 作者:行者123 更新时间:2023-11-30 11:35:37 26 4
gpt4 key购买 nike

从图像选择器 Controller 选取视频时导航栏透明

enter image description here

我正在尝试使用图像选择器 Controller 来选择视频。选择视频时,上一个屏幕标题可见或导航栏透明。这种情况只发生在 iPad 上,而不是 iPhone 上。我的代码是给定的,

    imagePicker.sourceType = .savedPhotosAlbum
imagePicker.mediaTypes = [kUTTypeMovie as String]
self.present(self.imagePicker, animated: true, completion: nil)

最佳答案

我认为UINavigationBarAppearance有值(value),您可以通过在展示您的UIPickerView之前放置此行来删除它

UINavigationBar.appearance().barTintColor = nil

如果您想在用户选择图像/视频后将值放回原处,您可以在 UIImagePickerControllerDelegate 函数 imagePickerController(_:didFinishPickingMediaWithInfo:) 以及 中执行此操作>imagePickerControllerDidCancel(_:)

UINavigationBar.appearance().barTintColor = UIColor.red

关于ios - 导航栏变得透明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49820070/

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