mirror of https://github.com/LIJI32/SameBoy.git
Ehh how did that happen
This commit is contained in:
parent
8edbbbdf49
commit
2e1f4445e9
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
|
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
|
||||||
formatter.timeStyle = kCFDateFormatterShortStyle;
|
formatter.timeStyle = NSDateFormatterShortStyle;
|
||||||
formatter.dateStyle = NSDateFormatterShortStyle;
|
formatter.dateStyle = NSDateFormatterShortStyle;
|
||||||
formatter.doesRelativeDateFormatting = true;
|
formatter.doesRelativeDateFormatting = true;
|
||||||
view.slotSubtitleLabel.text = [formatter stringFromDate:date];
|
view.slotSubtitleLabel.text = [formatter stringFromDate:date];
|
||||||
|
|
Loading…
Reference in New Issue