I've developed workout app for watchOS 8 using Swift and Storyboards.
Now, I need ability to update labels every second but in both modes: active and inactive.
According to documentation "TimelineView" should help me but it's for SwiftUI only: https://developer.apple.com/documentation/swiftui/timelineview
So, are there any options for Storyboards?