static func explicit<S>(S) -> ExplicitTimelineSchedule <S>
A schedule for updating a timeline view at explicit points in time.
static func periodic(from: Date, by: TimeInterval ) -> PeriodicTimelineSchedule
A schedule for updating a timeline view at regular intervals.
Available when
Self
is PeriodicTimelineSchedule
.