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
- ios
- HIG
- UITextView
- swift documentation
- Human interface guide
- 클린 코드
- clean architecture
- 애니메이션
- Clean Code
- 스위프트
- SWIFT
- RxCocoa
- 리펙터링
- rxswift
- combine
- ribs
- Refactoring
- collectionview
- UICollectionView
- tableView
- 리팩토링
- uiscrollview
- MVVM
- uitableview
- swiftUI
- Protocol
- Observable
- 리펙토링
- Xcode
- map
Archives
- Today
- Total
목록updateConstraint (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] SnapKit (스냅킷, 오토레이아웃) 필수로 알아야 하는 것
SnapKit을 사용할때 해석 방향이 가장 중요 순차적으로 해석: 만들다 > 상단을 > viewProgreess의 하단과 동일 > offset은 32 make.top.equalTo(viewProgress.snp.bottom).offset(32) Anchor 모든 앵커와 제약 조건 자체를 함께 연결하는것이 가능 child.snp.makeConstraints { make in make.lead.top.trailing.bottom.equalToSuperview() } edge를 이용하여 더욱 간편하게 사용 child.snp.makeConstraints { make in make.edges.equalToSuperview() } view에 inset값을 주고 싶은경우 inset()사용 child.snp.makeC..
iOS 응용 (swift)
2021. 7. 11. 12:30