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 |
Tags
- 리펙토링
- HIG
- SWIFT
- 애니메이션
- MVVM
- Refactoring
- swiftUI
- UICollectionView
- collectionview
- map
- clean architecture
- rxswift
- UITextView
- ribs
- Clean Code
- uiscrollview
- Observable
- ios
- tableView
- 스위프트
- Human interface guide
- RxCocoa
- 리팩토링
- swift documentation
- 클린 코드
- 리펙터링
- uitableview
- combine
- Xcode
- Protocol
Archives
- Today
- Total
목록SceneDelegate 삭제 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bsRL2a/btq0DsIOGZE/A4831hRgV6e8U7K3WIFAHK/img.png)
storyboard, SceneDelegate 제거 storyboard 삭제 Main.storyboard 삭제 target의 main interface 에서 설정된 스토리보드 해제 SceneDelegate 삭제 info.plist에 Application Scene Manifest 삭제 SceneDelegate.swift 삭제 AppDelegate.swift에 UISsceneSession Lifecycle 관련 메소드 2개 삭제 구체적인 Main.storyboard 삭제 방법 info.plist의 Main storyboard file base name 삭제 Storyboard Name 삭제 Main.storyboard 삭제 AppDelegate.swift에 storyboard 없이 새로운 화면으로 UIWi..
iOS 기본 (swift)
2021. 3. 21. 00:30