How to refresh multiple timers in widget iOS14?
问题 I'm currently developing an application using SwiftUI and trying to make a widget iOS 14 users can check a list of timers. This Widget has multiple Text(Data(),style: .timer) to show some date data as timer. and when the rest of the value for the timer is over, I want to show it like this 00:00 . So I implemented some way in getTimeline function referring to this article SwiftUI iOS 14 Widget CountDown But I don't know how can I do it the same way for multiple timers... In the case of my code