SwiftUI WidgetKit ロック画面用、GaugeのLabelのfontサイズ適正を探す

bodyくらいということ

Gauge(value: self.entry.pcwidgetmodel.clockDate.nowPercent() / 100) {
    Image(systemName: String(self.entry.pcwidgetmodel.selectClock) + ".square")
        .font(.body)
} currentValueLabel: {
    Text("\(Int(self.entry.pcwidgetmodel.clockDate.nowPercent()))")
}
.gaugeStyle(.accessoryCircular)

SwiftSwift,SwiftUI

Posted by shi-n