Update ViewController.m
删除一个错误代码
This commit is contained in:
@@ -36,7 +36,6 @@
|
|||||||
// --------------------------------------------------------------------
|
// --------------------------------------------------------------------
|
||||||
|
|
||||||
UILabel *labA = [UILabel new];
|
UILabel *labA = [UILabel new];
|
||||||
labA.hidden = YES;
|
|
||||||
labA.textColor = [UIColor orangeColor];
|
labA.textColor = [UIColor orangeColor];
|
||||||
labA.font = [UIFont systemFontOfSize:13];
|
labA.font = [UIFont systemFontOfSize:13];
|
||||||
labA.text = @"基本实现原理 - 下划线";
|
labA.text = @"基本实现原理 - 下划线";
|
||||||
|
|||||||
Reference in New Issue
Block a user