일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- UICollectionViewFlowLayout
- weatherKit
- CoreLocation
- Startign Assignments
- CLLocationManagerDelegate
- 러닝타이머
- App Store Connect
- MKMapViewDelegate
- SwiftUI Boolean 값
- AnyObject
- Required Reason API
- addannotation
- swift
- MKMapItem
- 영문 개인정보처리방침
- 한국어 개인정보처리방침
- RunningTimer
- 러닝기록앱
- font book
- Protocol
- WeatherManager
- 서체관리자
- dispatchsource
- weak var
- 단일 책임원칙
- 클로저의 캡슐화
- xcode로 날씨앱 만들기
- UIAlertAction
- Xcode
- Timer
Archives
- Today
- Total
목록클로저의 캡슐화 (1)
VesselWheel
UICollectionView의 UICollectionViewFlowLayout
통일성을 갖는 셀의 관리를 위해 UICollectionView를 사용한다. 그중에서, Flowlayout은 컬레션뷰에 종속된 셀의 간격, 여백 등을 조정할 수 있는 프로토콜이다. UI Peroperties를 선언 // MARK: - UI Properties private lazy var collectionView: UICollectionView = { let layout = UICollectionViewFlowLayout() let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout) collectionView.translatesAutoresizingMaskIntoConstraints = false collectionV..
Xcode Study
2024. 1. 2. 18:31