250x250
반응형
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
- toyproject
- SwiftGen
- flutter
- keyWindow
- it
- protocol
- tip
- listview
- Extentsion
- xcode
- pubspec
- basic
- GIT
- COMMIT
- enumerations
- OSLog
- Swift
- reetcode
- IOS
- designPattern
- Leetcode
- swiftlint
- algorithm
- pubspec.yaml
- dart
- Equatable
- UIAccessibility
- Widget
- ToDoRim
- github
Archives
- Today
- Total
목록UICollectionView (1)
수니의 개발새발
[iOS/Swift] Grid형태 Image CollectionView만들기
📌 이번 글은 Grid 형태의 image CollectionView를 만드는 방법입니다. 첨부 이미지는 Storyboard intreface기반 Swift 프로젝트입니다. 1. Storyboard에 Collection View 추가/설정 프로젝트 생성 후 Main.storyboard > View Controller에 Collection View를 추가합니다. CollectionView의 AutoLayout을 설정합니다. Collection View의 delegate, dataSource를 설정합니다. CollectionView의 Estimate Size를 None으로 설정합니다. Cell 사이에 구분을 명확히 하기 위해 Collection View의 Background 색상을 변경하면 좋아요. Colle..
iOS - Swift
2021. 12. 24. 15:20