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
- alamofire
- flatmap
- distinctUntilChanged
- SWIFT
- UIKit
- UICollectionViewListCell
- interceptor
- 컴공선배
- defaultContentConfiguration
- RxSwift
- Main Thread
- ContentMode
- RxCocoa
- 라이징캠프
- restfulAPI
- UIListContentConfiguration
- IOS
- observable
- URLSession
- dispatchqueue
- Xcode
- 개발블로그
- QoS
- ReactiveX
- observe(on:)
- Moya
- cellForRowAt
- SwiftUI
- RequestInterceptor
- iOS교육
Archives
- Today
- Total
목록ContentMode (1)
RB의 iOS 개발 이야기

먼저 UIImageView의 Apple 공식문서를 확인해봅시다. A view that displays a single image or a sequence of animated images in your interface. 인터페이스에 단일 이미지 또는 일련의 애니메이션 이미지를 ‘표시하는 뷰’입니다. ‘단일 이미지 또는 애니메이션 이미지를 표시하는 뷰’라고 정의하고 있습니다. ContentMode Options to specify how a view adjusts its content when its size changes. 크기가 변경될 때 보기가 내용을 조정하는 방법을 지정하는 선택사항입니다. ‘보기가 내용을 조정하는 방법’을 지정하는 것이랍니다. ContentMode는 열거형으로 구성되어있군요! 그..
iOS/Swift
2023. 9. 2. 16:12