티스토리 뷰
728x90
강의를 듣다가 문득 CollectionView나 TableView의 cell을 나타낼때,
indexPath.row / indexPath.item
나눠 사용하는 코드를 봤는데 무슨 차이일까 궁금해서 공부를 해봤습니다.
가시죱
거기에 대한 답변이 잘나와있는 부분을 가져왔어요.
밑줄친 내용을 보면
가독성을 위해 나누어 놨다고 이해하면 되겠네요.
스타일상 UICollectionView에서는 item을,
UITableView에서는 row를 사용하는게 더 깔끔한 방식이긴 합니다. (암묵적인 약속..)
하지만 tableview에서 item을 사용해도, collectionview에서 row를 사용해도 아무 문제 없습니다.
참고
1. https://developer.apple.com/forums/thread/123050
2. https://medium.com/@b0661064248/indexpath-item-vs-row-1f8cb3f658d9
728x90
'iOS' 카테고리의 다른 글
[Swift] 익스텐션 (Extensions) (0) | 2022.07.01 |
---|---|
[Swift] 중첩 타입 (Nested Types) (0) | 2022.06.24 |
[Swift] ARC (Automatic Reference Counting) (0) | 2022.06.19 |
[Swift] NSCache, 이미지캐시 개념 (0) | 2022.06.17 |
[iOS] APNs (Apple Push Notification service) (0) | 2022.06.10 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 2023년 회고
- Class
- Swift ModernRIBs
- Swift final
- Swift
- iOS error
- Swift 알고리즘
- Swift inout
- Swift joined
- Swift 프로그래머스
- 원티드 프리온보딩
- removeLast()
- Swift 내림차순
- swift property
- Swift 프로퍼티
- Swift joined()
- RTCCameraVideoCapturer
- Swift Error Handling
- swift (programmers)
- ios
- swift programmers
- swift protocol
- CS 네트워크
- swift reduce
- Combine: Asynchronous Programming with Swift
- Swift init
- Swift RIBs
- RIBs tutorial
- swift 고차함수
- Swift Leetcode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함