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
- collectionview
- SWIFT
- 클린 코드
- 리펙토링
- UITextView
- uitableview
- Protocol
- clean architecture
- HIG
- MVVM
- 리펙터링
- ios
- UICollectionView
- Clean Code
- RxCocoa
- 스위프트
- map
- ribs
- Refactoring
- Xcode
- 애니메이션
- combine
- swiftUI
- rxswift
- Human interface guide
- tableView
- Observable
- uiscrollview
- swift documentation
- 리팩토링
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - UI Custom] 13. storyboard제거하여 SceneDelegate에 코딩하기 본문
iOS 실전 (swift)/UI 커스텀(프로그래밍적 접근)
[iOS - UI Custom] 13. storyboard제거하여 SceneDelegate에 코딩하기
jake-kim 2020. 4. 30. 22:291. Main.storyboard 제거
2. plist.info -> "Application Scene Manifest" 내부 항목의 "Storyboard Name"제거
3. info.plist파일에 있는 "Main stroyboard file base name"제거
4. SceneDelegate.swift에 코딩
- window전용 scene설정 : 20번 라인
- scene을 통해 window객체 생성 : 23번 라인
- window객체를 활성화 : 30번 라인
'iOS 실전 (swift) > UI 커스텀(프로그래밍적 접근)' 카테고리의 다른 글
[iOS - UI Custom] 15. PickerView(피커 뷰) (programmatically) (0) | 2020.05.04 |
---|---|
[iOS - UI Custom] 14. slide-out bar (side bar)만들기 (CGAffineTransform사용) (2) | 2020.05.01 |
[iOS - UI Custom] 12. table view (programmatically) (0) | 2020.04.30 |
[iOS - UI Custom] 11. Auto layout (programmatically) (0) | 2020.04.26 |
[iOS - UI Custom] 10. 사이드 바(side bar, slide and out) (0) | 2020.04.18 |
Comments