摘要: 1 - (void)viewDidLoad 2 { 3 [super viewDidLoad]; 4 // Do any additional setup after loading the view, typically from a nib. 5 6 //第一种方法创建 7 UIButton *newBtn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; 8 9 newBtn.frame = CGRectMake(50.0f, 50.0f, 100.0f, 50.0f);... 阅读全文
posted @ 2012-11-21 23:15 仙外仙 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: 1 - (void)viewDidLoad 2 { 3 [super viewDidLoad]; 4 // Do any additional setup after loading the view, typically from a nib. 5 6 NSString *text = @"tw ia nwifei xantianwif eixan tianwi feixan"; 7 8 //设置字体,包括字体及其大小 9 UIFont *font = [UIFont fontWithName:@"Arial" size:50.0... 阅读全文
posted @ 2012-11-21 00:24 仙外仙 阅读(18768) 评论(4) 推荐(1) 编辑