case normal
A mode that produces schedule updates at the schedule’s natural cadence.
case lowFrequency
A mode that produces schedule updates at a reduced rate.
Availability 有効性
Technology
enum TimelineScheduleMode
A Timeline
provides a mode when calling its schedule’s entries(from:
method. The view chooses a mode based on the state of the system. For example, a watchOS view might request a lower frequency of updates, using the Timeline
mode, when the user lowers their wrist.
case normal
case lowFrequency
static func == (TimelineScheduleMode , TimelineScheduleMode ) -> Bool
static func != (Self, Self) -> Bool
func hash(into: inout Hasher)
var hashValue : Int
typealias Mode