Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 470 Bytes

File metadata and controls

3 lines (3 loc) · 470 Bytes
  • TimelineView is a view that updates according to a provided schedule, acting as a container where it redraws the content it contains at scheduled point of time. This is useful, for example, when we don't want the body of our SwiftUI views to update whenever a data change occurs, but at a given point in time.