Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 스위프트
- 리팩토링
- ios
- map
- ribs
- Observable
- swift documentation
- UICollectionView
- 리펙토링
- SWIFT
- Refactoring
- 클린 코드
- Clean Code
- Protocol
- clean architecture
- UITextView
- uitableview
- combine
- Human interface guide
- collectionview
- swiftUI
- rxswift
- tableView
- 리펙터링
- HIG
- RxCocoa
- Xcode
- uiscrollview
- MVVM
- 애니메이션
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] tableView 스타일) Plain vs Grouped vs Inset Grouped 본문
iOS 응용 (swift)
[iOS - swift] tableView 스타일) Plain vs Grouped vs Inset Grouped
jake-kim 2021. 6. 13. 13:27TableView의 3가지 style
- section의 개념 = header + rows + footer
- grouped는 header와 footer의 간격을 늘려주는 것
- inset grouped는 rows들의 bounds가 둥근 모형으로되고 row양 옆에 inset이 들어가는 것
plain | grouped | inset grouped |
* 3가지 스타일 실행화면
plain | grouped | inset grouped |
'iOS 응용 (swift)' 카테고리의 다른 글
Comments