摘要: 倒计时在viewDidLoad里写个定时器 [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timerFireMethod:) userInfo:nil repeats:YES];然后声明定时器的方... 阅读全文
posted @ 2014-12-22 20:04 浪够L就回家 阅读(444) 评论(0) 推荐(0)
摘要: NSString * str = @"ABCDEFG HIJKLMN"; UILabel * aLab = [[UILabel alloc]initWithFrame:CGRectMake(10, 100, 300, 300)]; aLab.text = str; NSMutableAttr... 阅读全文
posted @ 2014-12-22 19:48 浪够L就回家 阅读(358) 评论(0) 推荐(0)