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 |
Tags
- ios
- 리펙토링
- 클린 코드
- UITextView
- map
- 애니메이션
- uiscrollview
- Refactoring
- tableView
- 리팩토링
- 리펙터링
- Clean Code
- uitableview
- clean architecture
- MVVM
- SWIFT
- combine
- swift documentation
- swiftUI
- collectionview
- Observable
- 스위프트
- Human interface guide
- UICollectionView
- HIG
- rxswift
- RxCocoa
- ribs
- Protocol
- Xcode
Archives
- Today
- Total
목록.processor (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/b0guHk/btrKHv9dtsC/gBdZjhalwINcrSDKqOaTi0/img.png)
1. Kingfisher 프레임워크 (이미지 캐싱, 이미지 로드) - 사용 방법 2. Kingfisher 프레임워크 (이미지 캐싱, 이미지 로드) - .processor, progressiveJPEG 옵션 .processor 옵션 URL로부터 이미지를 불러올때 보통 down sampling이라는 것을 통하여 이미지 그대로 불러오는게 아닌, 필요한 사이즈만큼 샘플링해서 가져오는데, 이때 이 기능을 사용하는 옵션 down sampling할때 얼마만의 크기가 필요한지 알아야하는데, 아이폰은 기기의 해상도별 픽셀의 수가 다르므로 UIScreen.main.scale을 이용 ex) UIScreen.main.scale값 - iPhone7은 2.0, iPhone 13 Pro는 3.0 ex) 예제 코드 imageURLS..
iOS framework
2022. 9. 7. 01:15