250x250
반응형
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
- SwiftGen
- Equatable
- designPattern
- GIT
- pubspec.yaml
- IOS
- reetcode
- Extentsion
- Leetcode
- COMMIT
- enumerations
- keyWindow
- UIAccessibility
- Swift
- swiftlint
- protocol
- pubspec
- listview
- it
- xcode
- basic
- dart
- github
- flutter
- tip
- ToDoRim
- toyproject
- algorithm
- OSLog
- Widget
Archives
- Today
- Total
목록keyWindow (1)
수니의 개발새발
[iOS/Swift] iOS13에서 keyWindow 경고 해결
iOS13에서 가장 앞 쪽에 배치된 윈도우를 구하는 keyWindow가 deprecated 되었습니다. 'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes 📌 이번 글은 iOS 13에서 keyWindow 경고를 해결하는 Extension 소스입니다. UIApplication+Exntension.swift import UIKit extension UIApplication { /** # keyWindowInConnectedScenes - Note: iOS 13 keyWindow..
iOS - Swift
2023. 12. 22. 16:30