Structure
IndexPath
A list of indexes that together represent the path to a specific location in a tree of nested arrays.
Overview
Each index in an index path represents the index into an array of children from one node in the tree to another, deeper, node.
The value of the item element of the index path.
The value of the item element of the index path.
var lazy: LazySequence<IndexPath>
A sequence containing the same elements as this sequence, but on which some operations, such as map and filter, are implemented lazily.
The value of the row element of the index path.
The value of the section element of the index path.
근데 아이템 엘리먼트, 로우 엘리먼트, 섹션 엘리먼트는 뭐지....
[https://medium.com/@b0661064248/indexpath-item-vs-row-1f8cb3f658d9] 이 글이 있긴한데, 잘 모르겠다.
'ios개발 > 개념 정리' 카테고리의 다른 글
<ios framework> present 1편 (0) | 2020.03.21 |
---|---|
<스위프트> DispatchQueue.global(qos : .userInteractive) (0) | 2020.03.16 |
<스위프트> URLSessionTask, swfift REST API GET (0) | 2020.03.10 |
<스위프트> UIBezierPath (0) | 2020.03.09 |
<스위프트> UserDefaults (0) | 2020.03.08 |