일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 커스텀 뷰
- Custom View
- hugging
- compression resistance
- CornerRadius
- 라이브러리
- priority
- Delegate Pattern
- 리액터킷
- LeetCode 1
- Swift
- UINavigationController
- Remote Url
- 델레게이트
- 코코아팟 만들기
- 코코아팟
- Two Sum
- imageView shadow
- autoLayout
- view modifier
- Cocoapods
- ReactorKit
- email regex
- 뷰 커스텀
- viewAppear
- Swift Package Manager
- DispatchQueue
- ios
- onAppear
- 비동기
- Today
- Total
목록autoLayout (2)
Tong's Blog
안녕하세요. 오늘은 지난 시간에 알아본 Content Hugging Priority 에 이어서 Compression Resistance Priority 에 대해 알아보겠습니다. Content Compression Resistance Priority https://developer.apple.com/documentation/uikit/uiview/1622465-contentcompressionresistanceprio Apple Developer Documentation developer.apple.com Returns the priority with which a view resists being made smaller than its intrinsic size. resistance priority 는 ..
안녕하세요. 오늘은 iOS AutoLayout 에서 항상 빠지지 않고 나오는 개념인 Content Hugging Priority 와 Content Compression Resistance Priority 에 대해 알아보려고 합니다. 사실 엄청 어려운 개념은 아니지만 개인적으로 자주 쓰지 않고 깊게 생각하지 않으면 쉽게 헷갈리기 때문에 이번 기회에 한번 정리해보고자 합니다. 항상 참고하는 Apple Developer 에서 해당 개념을 찾아보겠습니다. 오늘은 2가지를 설명하기 떄문에 2가지 링크가 걸리겠네요. Content Hugging Priority https://developer.apple.com/documentation/uikit/uiview/1622556-contenthuggingpriority A..