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 |
Tags
- list
- mvvm
- Animation
- segue
- ScrollView
- http
- array
- Switch
- 글또
- singleton
- SWIFTUI
- escaping
- apns
- SWIFT
- viewlifecycle
- Observer
- 화면전환
- Refresh
- NotificationCenter
- class
- calendar
- uikit
- PushNotification
- error
- 고차함수
- IOS
- CoreImage
- self
- Git
- struct
Archives
- Today
- Total
목록snapkit (1)
seong_hye, the developer
📘 SnapKitiOS 앱 개발에서 사용하는 Auto Layout을 코드로 쉽게 작성할 수 있게 해주는 Swift 전용 DSL(도메인 특화 언어) 라이브러리 SnapKit = NsLayoutConstraint를 간결하고 읽기 쉬운 코드로 작성할 수 있도록 도와주는 Swift 라이브러리 🔹 사용 방법 - XCode > File > Add Packages Dependencies...URL : https://github.com/SnapKit/SnapKit - CocoaPods로 패키지 다운로드pod 'SnapKit'🔹 예제import SnapKitlet box = UIView()vew.addSubview(box)box.snp.makeConstraints { make in make.top.equalToS..
IOS/UIKit
2022. 10. 24.