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

Scene의 화면회전 제어 로직이 변경되면서, 기존에 사용하던 UIDevice 방식은 deprecated 되었다. // is deprecated let value = UIInterfaceOrientation.landscapeRight.rawValue UIDevice.current.setValue(value, forKey: "orientation") 해당 방식으로 강제 화면 회전시, 친절하게 아래와 같은 에러가 발생한다. ( UIWindowScene.requestGeometryUpdate 를 사용해달라는 말. ) 새로 사용해야 될 함수 : 적용 코드 : /// 화면 가로로 바꾸기 if #available(iOS 16.0, *) { let windowScene = UIApplication.shared.con..
iOS, Swift/Tip, Bug, Swift Error
2022. 10. 4. 12:00