Type AliasBinding
Binding.Iterator
A type that provides the sequence’s iteration interface and encapsulates its iteration state.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
Technology
- Swift
UI
Declaration 宣言
typealias Iterator = IndexingIterator
<Binding
<Value>>
Available when
Value
conforms to MutableCollection
.