提交
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
self.cpTagLabel = [[UILabel alloc] init];
|
||||
self.cpTagLabel.font = [UIFont systemFontOfSize:12];
|
||||
self.cpTagLabel.textColor = RGB16A(0xFFFFFF,0.78);
|
||||
self.cpTagLabel.text = @"CP";
|
||||
self.cpTagLabel.text = @"心动";
|
||||
[self addSubview:self.cpTagLabel];
|
||||
[self.cpTagLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.centerX.centerY.equalTo(self.cpTagImageView);
|
||||
|
||||
Reference in New Issue
Block a user