gpt4 book ai didi

ios - 在 iPhone 中设置标签边框

转载 作者:技术小花猫 更新时间:2023-10-29 10:42:18 27 4
gpt4 key购买 nike

如何设置动态生成的标签边框(不是来自 Interface Builder)?

最佳答案

你可以这样做

Label.layer.borderColor = [UIColor whiteColor].CGColor;
Label.layer.borderWidth = 4.0;

在此之前你需要导入一个框架QuartzCore/QuartzCore.h

关于ios - 在 iPhone 中设置标签边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2551748/

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