摘要: 1 - (void)setupLabel { 2 //准备工作 3 UILabel *textLabel = [[UILabel alloc] init]; 4 textLabel.font = [UIFont systemFontOfSize:16]; 5 NSS... 阅读全文
posted @ 2015-12-04 16:39 TigerCui 阅读(7752) 评论(0) 推荐(0)