0

I made some widget that used to as a digital clock formatted HH:mm:ss

below is code, or ref: SwiftUI iOS 14 Widget CountDown


    let todayMidnight: Date // this property means today's midnight date&time Ex) 2022-08-30 0:0:0, yyyy-MM-dd HH:mm:ss
    Text(todayMidnight, style: .timer)

before iOS16 beta, it works well but, not now

I know other way that insert Entry per second to timeline but first time, I thk it doing well, but after some time, stopped

App WidgetSmith have problem same like me

is someone know about this?

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
downey37
  • 11
  • 1

1 Answers1

0

This is a bug in iOS 16.0. I have submitted feedback. The good news is that this problem has been fixed in the latest version of iOS16.1

wlixcc
  • 1,132
  • 10
  • 14