gpt4 book ai didi

ios - 截断 UIAlertController 中的文本

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

我不知道为什么 UIAlertController 中的文本会被截断。
我不知道我能做什么。
我是否无意中更改了 Xcode 中的任何设置?

let title = "Erro ao verificar usuário no servidor"
let message = "Não foi possível atualizar os dados. Tente novamente mais tarde"
let alert = UIAlertController(title: title, message: message, preferredStyle: .alert)
let ok = UIAlertAction(title: "Ok", style: .default, handler: nil)
alert.addAction(ok)
present(alert, animated: true, completion: nil)

Screenshots

最佳答案

我找到问题了!我使用 UILabel 扩展在文本中包含填充。当我删除它时,UIAlertController 工作正常。

关于ios - 截断 UIAlertController 中的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48509629/

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