coletz
01/07/2019, 10:34 AMString.format(format: String, vararg values: Any?)
, which in objc should be [NSString stringWithFormat:@"%d:%02d", values];
. So on k/n I tried using NSString.stringWithFormat()
but it accepts only the format
argument, I can't find how to insert the string that needs to be formatted. Not sure if I'm doing something wrong tbhcoletz
01/07/2019, 10:36 AMsvyatoslav.scherbina
01/09/2019, 8:39 AM