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 Code
- uitableview
- MVVM
- Protocol
- 리펙터링
- rxswift
- swift documentation
- clean architecture
- map
- Human interface guide
- 스위프트
- SWIFT
- UITextView
- swiftUI
- Xcode
- 리펙토링
- RxCocoa
- collectionview
- 애니메이션
- ios
- 리팩토링
- UICollectionView
- uiscrollview
- ribs
- tableView
- HIG
- Refactoring
- 클린 코드
- combine
- Observable
Archives
- Today
- Total
목록'main' will be deprecated in a future version of iOS: (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 스크린 width구하기 (#UIScreen.main.bounds, #'main' will be deprecated in a future version of iOS:)
deprecated될 UIScreen.main.bounds.width 스크린 width를 구할 때 예전에는 보통 UIScreen.main.bounds를 사용 이때 UIScreen.main을 사용하려는 시점에 애플에서 경고 메시지가 노출 'main' will be deprecated in a future version of iOS: Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen 여기서 사용하라고 애플에서 권장하는 것은 view.window.windowScene.screen 라는 프로퍼티 애플에서 권장하는 view.window.windowScene.screen 이 프로퍼티는 아래처럼 접근이 가..
iOS 응용 (swift)
2023. 10. 21. 01:06