gpt4 book ai didi

swift - UIAlertController 消息被截断为一行

转载 作者:行者123 更新时间:2023-11-29 05:49:45 27 4
gpt4 key购买 nike

在我的应用程序中,在呈现 UIAlertController 时,它将消息截断为一行。如何使其显示为自动换行显示全文。

screenshot

这是我的代码

let alert = UIAlertController(title: title, message:"Long text"  , 
preferredStyle: UIAlertControllerStyle.alert)

let okAction = UIAlertAction(title: "OK", style:
UIAlertActionStyle.default, handler: nil)

alert.addAction(okAction)

self.present(alert, animated: true, completion: nil)

最佳答案

我发现了这个问题。我在代码中重写了 UILabel 类。当我删除代码后,它现在工作正常。

关于swift - UIAlertController 消息被截断为一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55805882/

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