SDAutoLayout icon indicating copy to clipboard operation
SDAutoLayout copied to clipboard

SDChatTableViewCell.m中的- (void)setupView;中的方法在新的xcode中运行会报错

Open taitaking opened this issue 2 years ago • 0 comments

已经解决需要把_label = [MLEmojiLabel new];改为 _label = MLEmojiLabel.new;就行了

taitaking avatar Jan 07 '24 15:01 taitaking