【发布时间】:2017-06-08 06:07:48
【问题描述】:
当我尝试在已声明为的 UICollectionViewCell 中连接 UILabel 时
@property (nonatomic, weak) IBOutlet UILabel *Title;
表明:
插座无法连接到重复内容。
我做了一些搜索,发现我需要在 UIView 和 UICollectionView 之间使用某种插座的连接。但我不明白该怎么做。那么如何建立这样的连接,以便访问 UICollectionViewCell 中的 UILabel 呢?
【问题讨论】:
标签: ios objective-c uicollectionview