摘要: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. UITextField *text... 阅读全文
posted @ 2015-12-27 10:37 花信子 阅读(410) 评论(0) 推荐(0)
摘要: //用于文本展示 UILabel * label = [[UILabel alloc] initWithFrame:CGRectMake(10, 30, 200, 300)]; //使用测色器自选颜色 label.backgroundColor = [UIColor colorWithRed:2... 阅读全文
posted @ 2015-11-17 21:29 花信子 阅读(245) 评论(0) 推荐(0)