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
- imageView shadow
- 코코아팟
- Cocoapods
- 커스텀 뷰
- Swift
- email regex
- autoLayout
- compression resistance
- Delegate Pattern
- UINavigationController
- 라이브러리
- Two Sum
- viewAppear
- 뷰 커스텀
- 코코아팟 만들기
- Remote Url
- ReactorKit
- Swift Package Manager
- ios
- view modifier
- DispatchQueue
- hugging
- Custom View
- priority
- 리액터킷
- 델레게이트
- LeetCode 1
- onAppear
- 비동기
- CornerRadius
Archives
- Today
- Total
목록UIImage (1)
Tong's Blog

안녕하세요. 오늘은 이미지를 넣는 UI Componenet인 UIImageView에 대해서 알아보고 구현 시 몇가지 팁을 공유드리려고 합니다. 1. UIImageView 개요 우선 UIImageView의 정의를 문서를 통해 알아봐야겠죠. developer.apple.com/documentation/uikit/uiimageview Apple Developer Documentation developer.apple.com 개요에서는 UIImage 객체를 사용하여 JPEG 및 PNG와 같은 표준 이미지 파일을 표시할 수 있고 애니메이션 이미지도 애니메이션 시작과 끝을 지정해서 사용할 수 있다고 합니다. (이건 저도 처음 알았네요. 근데 애니메이션 이미지가 무엇을 말할까요..gif?) 그럼 구현 예시를 우선 볼까..
iOS/Swift
2020. 12. 15. 23:06