공부할 때 새로운 storyboard 추가할 때마다 헷갈려서 글로 기록하기
1. New file 에서 Storyboard 선택
2. Save as 에서 storyboard 이름 설정
3. 새로 만들어주는 storyboard 에 viewController 를 지정하기
- Cocoa Touch Class 로 create
4. storyboard custom class 에 만든 viewController 연결하고 Storyboard ID 설정하기
5. Is inital View Controller 설정하기
6. main storyboard에 설정한 storyboard ID 연결하기
'Swift' 카테고리의 다른 글
apple sandbox push services 인증서를 신뢰하지 않음 해결하기 (3) | 2023.12.01 |
---|---|
Tuist에서 CoreData 사용하기 (1) | 2023.11.29 |
Tuist 사용 시 Undefined symbol: _GULGetLoggerLevel 에러 해결하기 (0) | 2023.11.22 |
[Swift] ViewController Life Cycle 을 알아보자 (0) | 2023.01.09 |
[SwiftUI] ScrollView 를 알아보자 (0) | 2022.11.11 |