gpt4 book ai didi

iphone - label.layer.borderColor = .... 不工作(Xcode 4.3.2)

转载 作者:可可西里 更新时间:2023-11-01 03:38:51 26 4
gpt4 key购买 nike

我在一个类中工作,该类是 UITableViewCell 的子类,具有在 .h 中声明的 firstLabel 和 secondLabel 属性,并在 .m 中为 @synthesize。当我以编程方式设置 UILabel 的格式时,我尝试在 firstLabel 周围设置边框。来自this question中给出的答案,我尝试在我的项目中做同样的事情。

firstLabel.layer.borderColor = [UIColor blackColor].CGColor;

问题是在我输入 firstLabel.layer 后它无法识别它。并点击“esc”(以获取完成列表)Xcode 没有任何结果。问题是什么?

注意:如果我输入

firstLabel.textAlignment = UITextAlignmentCenter;

它工作得很好并且表现符合预期。

最佳答案

您需要导入 QuartzCore header 。 #import <QuartzCore/QuartzCore.h>

(不要忘记添加 QuartzCore 库,否则在尝试构建时会出现链接器错误)。

关于iphone - label.layer.borderColor = .... 不工作(Xcode 4.3.2),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10974164/

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