Instance Subscript
subscript(_:)
Gets the section at the specified index.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
Technology
- Swift
UI
Declaration 宣言
subscript(position: Int
) -> SectionedFetchResults
<SectionIdentifier , Result>.Section
{ get }