jason

Results 1 issues of jason

**### 當我在嘗試用infinite while loop 做出實時刷新的圖表時,圖表無法加載,跪求大大們的協助, 以下是我的code:** - (void)viewDidLoad { [super viewDidLoad]; // NSTimeInterval time=[date timeIntervalSince1970];// *1000 是精确到毫秒,不乘就是精确到秒 // NSString *timeString = [NSString stringWithFormat:@"%.0f", time]; [self initDate]; //self.view.frame.size.height - 250; CGFloat...