Type Method 型メソッド

animation(minimumInterval:paused:)

A pausable schedule of dates updating at a frequency no more quickly than the provided interval.

Declaration 宣言

static func animation(minimumInterval: Double? = nil, paused: Bool = false) -> AnimationTimelineSchedule
Available when Self is AnimationTimelineSchedule.

Parameters パラメータ

minimumInterval

The minimum interval to update the schedule at. Pass nil to let the system pick an appropriate update interval.

paused

If the schedule should stop generating updates.

See Also 参照

Getting Built-in Schedules