摘要: 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)
返回顶部