Я пишу код ниже и получаю следующую ошибку:
warning: 'UILabel' may not respond to '-setStringValue:'
@synthesize label;
- (IBAction)theButton:(id)sender {
NSDate * now = [NSDate date]; NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter setDateFormat:@"hh:mm:ss"];
NSString *currentTime = [formatter stringFromDate:now];
[label setStringValue:currentTime];
[currentTime writeToFile:@"/Users/Desktop/log.txt" atomically:YES encoding:NSUnicodeStringEncoding error:NULL]; }
и еще один вопрос: если приложение времени установлено на ваш iPod, может ли оно сэкономить время?