스토리보드 없이 환경설정1 UIKit에서 스토리보드 없이 개발환경 설정하는 방법 UIKit에서 스토리보드 없이 개발환경 설정하는 방법 1. 프로젝트 생성(iOS-App) 2. interface: StoryBoard 선택 3. Info.plist에서 StoryboardName을 삭제 4. 왼쪽 목록에서 프로젝트를 눌러 TARGETS → Builid Settings → storyboard를 검색 후 “UIKit Main Storyboard File Base Name”을 삭제 5. SceneDelegate에 func scene()을 아래 코드와 같이 변경 func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { // Use t.. 2023. 10. 2. 이전 1 다음