Hi all,
I faced the face problem and I managed to fix it.
Basically, If the update is just a Timer or a Progress Bar, please use the following and it will work fine:
https://developer.apple.com/documentation/swiftui/text/init(timerinterval:pausetime:countsdown:showshours:) https://developer.apple.com/documentation/swiftui/progressview/init(timerinterval:countsdown:)
Thanks.
Post
Replies
Boosts
Views
Activity
If the updates is just a Timer or a Progress Bar, please use the following and it will work fine:
https://developer.apple.com/documentation/swiftui/text/init(timerinterval:pausetime:countsdown:showshours:)
https://developer.apple.com/documentation/swiftui/progressview/init(timerinterval:countsdown:)
Thanks.