0

私はsetDefaultTimezoneタイムゾーンを設定し、時間と場所をUITableview.ここに画像の説明を入力

そして、以下のコードを使用してデフォルトのタイムゾーンを設定しました

[cell.detailTextLabel setText:[NSString stringWithFormat:@"%@", evnt.location]];
[NSTimeZone setDefaultTimeZone:[NSTimeZone timeZoneWithName:evnt.location]];
[cell.textLabel setText:[NSString stringWithFormat:@"%@",[NSDate date]]];

私がしなければならないこと?

4

2 に答える 2