gpt4 book ai didi

ios - UIBarButtonItem 样式被忽略?

转载 作者:行者123 更新时间:2023-11-28 11:05:15 24 4
gpt4 key购买 nike

一段时间以来,我一直在为一些奇怪的栏按钮项目行为而苦苦挣扎。出于某种原因,当在警报上单击“确定”按钮时,粗体样式会消失。我在做其他事情时遇到过这种行为,比如呈现模态视图 Controller 并关闭它。为什么栏按钮项将其字体粗细从粗体更改为常规?

我的代码:

class ViewController: UIViewController {

@IBAction func buttonAction(sender: AnyObject) {

let alertController = UIAlertController(title: "Title", message: "Message", preferredStyle: .Alert)
let cancelAction = UIAlertAction(title: "OK", style: .Cancel, handler: nil)
alertController.addAction(cancelAction)
presentViewController(alertController, animated: true, completion: nil)

}

}

我的设置:

enter image description here

奇怪的行为(之前) enter image description here后: enter image description here

最佳答案

系统项 Done 按钮期望使用 Done 样式。将系统项 Done 与 Bordered 样式结合使用毫无意义。

关于ios - UIBarButtonItem 样式被忽略?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38125713/

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