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
- clean architecture
- 리팩토링
- Observable
- uitableview
- swift documentation
- RxCocoa
- ribs
- rxswift
- ios
- collectionview
- UITextView
- Human interface guide
- SWIFT
- 클린 코드
- MVVM
- Xcode
- 애니메이션
- combine
- 스위프트
- 리펙터링
- tableView
- map
- UICollectionView
- Clean Code
- swiftUI
- uiscrollview
- Protocol
- HIG
- Refactoring
- 리펙토링
Archives
- Today
- Total
목록select photos (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 사진 선택 권한 (limited, presentLimitedLibraryPicker, Photos, PhotosUI, select photos)
사진 선택 권한 iOS 14+ 사진 선택 권한을 사용자가 선태하면 limited 상태로 저장 사진 권한 message 문구를 위해 info.plist에 아래 내용 추가 실제 value에는 구체적으로 적어야 리젝 x 보통 사진 권한은 아래처럼 요청 파라미터에는 .readWrite와 .addOnly가 있는데 addOnly는 삭제가 불가능한 접근 권한이고, readWrite는 삭제가 가능한 접근 권한 private var status: PHAuthorizationStatus { PHPhotoLibrary.authorizationStatus(for: .readWrite) } status의 종류는 5가지 limited는 사용자가 "사진 선택"을 누르고 사진을 선택하고나서 done 버튼을 누른 이후부터 limite..
iOS 응용 (swift)
2023. 3. 24. 02:32