[UIKit] Thread 1: "Storyboard (<UIStoryboard: 0x6000035dcb40>) doesn't contain a view controller with identifier 'SecondViewController'" error 에러 발생
2022. 7. 6. 01:07ㆍiOS/UIKit
728x90
반응형
문제
Thread 1: "Storyboard (<UIStoryboard: 0x6000035dcb40>) doesn't contain a view controller with identifier 'SecondViewController'"
해결방법
ViewController의 스토리보드ID를 부여해야함
오른쪽에 스토리보드ID를 기입해주면 완성
728x90
반응형
'iOS > UIKit' 카테고리의 다른 글
[UIKit]테이블뷰(TableView) 만들기 (0) | 2022.07.07 |
---|---|
[UIKit] 뷰 테두리 그림자, 각도 등 (0) | 2022.07.07 |
[UIKit] 스티키헤더 (0) | 2022.07.07 |
[UIKit]TabBar(탭바) 만들기 (0) | 2022.07.06 |
[UIKit] Launch Screen(시작화면) (0) | 2022.07.06 |