02 2018 档案

摘要:UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; btn.frame = CGRectMake(100, 100, 100, 40); [btn setTitle:@"button" forState:UIControlStateNormal]; [btn setTitl... 阅读全文
posted @ 2018-02-20 09:20 haiwei.sun 阅读(68) 评论(0) 推荐(0)
摘要:UILabel *label = [[UILabel alloc] init]; label.text = @"nininihaonininihaonininihaonininihaonininihaonininihao"; label.frame = CGRectMake(100, 100, 160, 80); label.backgroundColor = [... 阅读全文
posted @ 2018-02-19 18:18 haiwei.sun 阅读(83) 评论(0) 推荐(0)

返回顶部