gpt4 book ai didi

ios - IBOutletCollection 未与 Storyboard 中的 UILabels 连接

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:12:59 25 4
gpt4 key购买 nike

我有一个 IBoutletCollection 属性连接到 Storyboard 中的几个 UILabels:

@property (weak, nonatomic) IBOutletCollection(UILabel) NSArray *labels;

打电话

NSLog(@"%ld",(long)self.labels.count)viewDidLoad

之后

得到 0 作为结果。

我这里的 ivar 是空的,这是怎么回事?

Autolayout 有什么问题吗? (是的,我在 Storyboard 中使用它)

感谢您的任何建议!

最佳答案

weak 更改为 strong

@property (strong, nonatomic) IBOutletCollection(UILabel) NSArray *labels;

关于ios - IBOutletCollection 未与 Storyboard 中的 UILabels 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32221139/

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