Update ViewController.m

删除一个错误代码
This commit is contained in:
HouWan
2018-09-26 13:12:00 +08:00
committed by GitHub
parent 7a7938e1b4
commit a7290c68ab

View File

@@ -36,7 +36,6 @@
// --------------------------------------------------------------------
UILabel *labA = [UILabel new];
labA.hidden = YES;
labA.textColor = [UIColor orangeColor];
labA.font = [UIFont systemFontOfSize:13];
labA.text = @"基本实现原理 - 下划线";