0

コンプリケーションを作成しており、コンプリケーションで 24 時間形式を使用して「UTC」タイムゾーン時刻を表示したいと考えています。

CLKTimeTextProvider は機能しますが、ユーザーが好むデフォルトの形式のみを使用しているように見えますが、常に 24 時間制を表示するように強制する必要があります。

何かご意見は?表示されていない物件はありますか?

switch family {            
case .UtilitarianLarge:
        let template = CLKComplicationTemplateUtilitarianLargeFlat()
        template.imageProvider = nil
        template.textProvider = CLKTimeTextProvider(date: NSDate(), timeZone: NSTimeZone(name: "UTC"))
        return CLKComplicationTimelineEntry(date: date, complicationTemplate: template)
4

1 に答える 1