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
- rxswift
- MVVM
- Human interface guide
- 스위프트
- tableView
- map
- UITextView
- ribs
- HIG
- clean architecture
- Observable
- Xcode
- swiftUI
- SWIFT
- UICollectionView
- 애니메이션
- uiscrollview
- Clean Code
- 리펙토링
- swift documentation
- combine
- uitableview
- 리펙터링
- RxCocoa
- Protocol
- collectionview
- 클린 코드
- Refactoring
- ios
- 리팩토링
Archives
- Today
- Total
목록SupplementView (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. UICollectionView의 SupplementaryView(HeaderView, FooterView, UICollectionReusableView)
1. UICollectionView의 SupplementaryView(HeaderView, FooterView, UICollectionReusableView) 2. UICollectionView의 DecorationView, SupplementaryView 커스텀 Layout SupplementaryView 개념 SupplementaryView는 UITableView에서의 Header와 Footer와 동일한 개념 Section 하나에 위 or 아래에 위치하는 뷰 * 아래부터 예시 코드들은 UI들을 편리하게 작성하기 위해 아래 프레임워크 사용 pod 'SnapKit' pod 'Then' SupplementaryView에 사용할 커스텀뷰 UITableView에서는 HeaderView or FoorterVie..
iOS 응용 (swift)
2022. 3. 8. 23:52