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 |
Tags
- Refactoring
- HIG
- swift documentation
- 스위프트
- 리펙토링
- 클린 코드
- RxCocoa
- ios
- Observable
- 애니메이션
- rxswift
- UICollectionView
- Protocol
- UITextView
- combine
- MVVM
- tableView
- swiftUI
- Xcode
- collectionview
- SWIFT
- uiscrollview
- Human interface guide
- 리펙터링
- uitableview
- 리팩토링
- map
- Clean Code
- clean architecture
- ribs
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