gpt4 book ai didi

ios - 如何更改 UIDocumentInteractionController 完成按钮文本和背景颜色

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

如何改变完成按钮的背景颜色和文字颜色?有没有一种方法可以更改导航栏颜色、导航栏标题颜色和底部栏颜色?附上截图供引用: enter image description here

最佳答案

我解决了。这是非常适合我的代码:

func documentInteractionControllerViewControllerForPreview(_ controller: UIDocumentInteractionController) -> UIViewController {
UINavigationBar.appearance().barTintColor = Colors.redColor()
UINavigationBar.appearance().tintColor = UIColor.white
UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName : UIColor.white, NSFontAttributeName: UIFont.systemFont(ofSize: 14, weight: UIFontWeightBold)]
return self
}

关于ios - 如何更改 UIDocumentInteractionController 完成按钮文本和背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42549031/

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