gpt4 book ai didi

ios - 显示带有完整文本的 UILabel 或隐藏它

转载 作者:行者123 更新时间:2023-11-29 01:53:21 25 4
gpt4 key购买 nike

我有一个 UI 标签,上面写着“ABCDEFGH”。在 iPhone 6 等更宽的设备中,我可以显示完整的文本。在 iPhone 5 等小屏幕设备中,我看到的文本为“ABCD...”。我想要以下内容:

if(complete text can be shown) 
{
// show UILabel with text
} else // if text can not fit in, "ABCD..." case
{
// hide the UILabel
}

我该怎么做?

最佳答案

调用 UILabel 上的 sizeToFit 函数。如果它的大小超过最大值,则隐藏它...

关于ios - 显示带有完整文本的 UILabel 或隐藏它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31168215/

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