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
- tableView
- Clean Code
- 애니메이션
- 리펙터링
- UITextView
- 리펙토링
- map
- RxCocoa
- MVVM
- Human interface guide
- Xcode
- swiftUI
- uiscrollview
- uitableview
- swift documentation
- UICollectionView
- Refactoring
- rxswift
- collectionview
- combine
- SWIFT
- clean architecture
- HIG
- 리팩토링
- ios
- 클린 코드
- ribs
- Observable
- Protocol
- 스위프트
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 화면이 위아래 잘려서 나오는 버그 black screen (원인은 launchScreen버그, splash) 본문
iOS 기본 (swift)
[iOS - swift] 화면이 위아래 잘려서 나오는 버그 black screen (원인은 launchScreen버그, splash)
jake-kim 2020. 12. 31. 23:58
원인: LaunchScreen을 info.plist에서 삭제하여 위와같은 버그 발생
info.plist에 LaunchScreen추가
- 다시 실행 -> 해결 완료
'iOS 기본 (swift)' 카테고리의 다른 글
[iOS - swift] escaping closure, @escaping (0) | 2021.01.05 |
---|---|
[iOS - swift] layoutSubviews, display, contraint , translatesAutoresizingMaskIntoConstraints개념 (update cycle, main run loop) (0) | 2021.01.04 |
[iOS - swift] if case let, guard case let (0) | 2020.12.30 |
[iOS - swift] POP(Protocol Oriented Programming) 프로토콜 지향 프로그래밍 (0) | 2020.12.23 |
[iOS - swift] Dispatch Group (0) | 2020.12.17 |
Comments