lck93

Results 2 issues of lck93

- (TYTextContainer *)creatTextContainer { NSString *text = @"滨江店火爆虾"; // 属性文本生成器 TYTextContainer *textContainer = [[TYTextContainer alloc]init]; textContainer.text = text; UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.layer.cornerRadius = 2; button.titleLabel.font = [UIFont systemFontOfSize:8];...