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
- geofencing
- 이미지
- MacOS
- Swift
- SwiftUI
- UIButton
- github
- error
- Session
- IOS
- view
- iOS16
- darkmode
- 한글
- Git
- Archive
- Xcode
- appstore
- FLUTTER
- Notification
- Apple
- rxswift
- Firebase
- mac
- Code
- 웹뷰
- window
- 개발자
- Realm
- JPA
Archives
- Today
- Total
목록imagePicker (1)
EEYatHo 앱 깎는 이야기

UIImagePickerController 로 카메라를 여는 소스를 작성할 때 요따구로 썼었는데, ( iPad 부분은 덤 ) camera.sourceType = .camera camera.allowsEditing = true if UIDevice.current.userInterfaceIdiom == .pad { //디바이스 타입이 iPad일때 if let popoverController = camera.popoverPresentationController { popoverController.sourceView = view popoverController.sourceRect = CGRect(x: view.bounds.midX, y: view.bounds.midY, width: 0, height: 0) po..
iOS, Swift
2021. 9. 3. 10:36