跑马灯
摘要:
- (void)viewDidLoad{ [super viewDidLoad]; UILabel *label = [[UILabel alloc]initWithFrame:CGRectMake(100, 100, 130, 20)]; label.text = @"跑马灯开始了!"; label.tag = 10; [self.view addSubview:label]; NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:0.8 target:self selector:@... 阅读全文
posted @ 2013-08-13 10:34
jack_yan
阅读(221)
评论(0)
推荐(0)
浙公网安备 33010602011771号