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
- UICollectionView
- Xcode
- 리펙토링
- swift documentation
- Clean Code
- rxswift
- 스위프트
- SWIFT
- Refactoring
- ios
- 클린 코드
- ribs
- 리팩토링
- HIG
- map
- combine
- collectionview
- UITextView
- MVVM
- uiscrollview
- swiftUI
- uitableview
- 리펙터링
- Observable
- Human interface guide
- 애니메이션
- RxCocoa
- tableView
- Protocol
- clean architecture
Archives
- Today
- Total
목록UICeollctionView (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. UICollectionViewFlowLayout 사용 방법 - 수평 스크롤 뷰 (horizontal scroll view)
1. UICollectionViewFlowLayout 사용 방법 - 수평 스크롤 뷰 (horizontal scroll view) 2. UICollectionViewFlowLayout 사용 방법 - 격자, 그리드 뷰 (grid view) cf)UICollectionViewCompositionalLayout를 이용한 방법은 이 포스팅 글 참고 구현 아이디어 커스텀 셀 셀의 CGSize 크기는 collectionView를 사용하는쪽에서 정해질 것을 인지하고 cell에서는 autolayout 작성 시 크기를 생각하지 않고 레이아웃만 집중 collectionView 사용하는 곳 flowLayout인스턴스의 scrollDirection 방향을 horizontal로 설정 flowLayout인스턴스의 cellSize ..
iOS 응용 (swift)
2022. 5. 16. 23:56