I created a SwiftUI Widget with Text(_ : Date, style: DateStyle) using DateStyle.relative, and set a future date.
It works well as expected, but when the future date is coming and passed, the text countinues to show 1s,2s…
My question is how to stop the countdown text when reached the future date.
I tried some ways but not worked…
There is a question about this but for widget with entry, seemed not for live activity and dynamicisland