如何在iOS上获得舍入的冒号时间分隔符?

时间:2015-04-06 10:56:51

标签: ios

有谁知道是否可以使用statusBar和锁定屏幕上使用的时间分隔符?我尝试使用NSDateFormatter但它不起作用(没有给出正确的字符)。它也用在闹钟应用程序中。

Image showing the rounded time separator

可悲的是,这不起作用:

NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
formatter.dateStyle = NSDateFormatterNoStyle;
formatter.timeStyle = NSDateFormatterShortStyle;
// or
[formatter setDateFormat:@"HH:mm"];

编辑:

Helvetica Neue的正常结肠不是圆形的并且依赖于基线:

enter image description here

0 个答案:

没有答案