【发布时间】:2012-08-19 13:44:17
【问题描述】:
我正在使用 NSTimer,代码如下:
- (IBAction)start:(id)sender {
MainInt = 0;
timer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(countup) userInfo:nil repeats:YES];
}
如何同时显示毫秒和分钟?
没有找到任何简单但有效的方法。
【问题讨论】: