The sequence of dates at which a timeline view updates. Use a monotonically increasing sequence of dates, and ensure that at least one is in the future.
Initializer
init(_:)
Creates a schedule composed of an explicit sequence of dates.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
Technology
- Swift
UI
Declaration 宣言
init(_ dates: Entries)
Parameters パラメータ
dates
Discussion 議論
Use the entries(from:
method to get the sequence of dates.