摘要: // 创建UILabel UILabel *label = [[UILabel alloc] init]; label.text = @"我是渐变的label"; [label sizeToFit]; label.center = CGPointMake(200, 100); // 疑问:label只是用来做文字裁剪,能否不添加到view上... 阅读全文
posted @ 2016-10-21 17:58 Milo_D 阅读(971) 评论(0) 推荐(0) 编辑