UIScene_ํผํ ์_์๋ค
-
[iOS] The app delegate must implement the window property if it wants to use a main storyboard file๊ฐ๋ฐ ์ฝ์ง๊ธฐ/iOS 2020. 3. 10. 11:57
๋ฌธ์ ์ ํ๋ก์ ํธ๋ฅผ ์์ฑํ๊ณ , ์ผ์ฌ์ฐจ๊ฒ ์ ๋ชจ๋ฅด๋ Scene์ ๋ค๋ก ํ๊ณ storyboards๋ฅผ ์ ํ ํ๋๋ ํ๋ฉด์ด ์ ๋ณด์ด๊ณ ํฌ๋์๊ฐ ๋๋ค... ์๋ ๋ฌธ๊ตฌ์ ํจ๊ป. The app delegate must implement the window property if it wants to use a main storyboard file ํด๊ฒฐ์ฑ AppDelegate (Objc ๋ผ๋ฉด .h ํ์ผ์)์ UIWindow ํด๋์ค window ์์ฑ์ ์ถ๊ฐํ์. //swift //AppDelegate.swift var window : UIWindow? //objc //AppDelegate.h @property (strong, nonatomic) UIWindow *window ์ด์ ? ์คํ ์ค๋ฒํ๋ก์ฐ์์ ์ฐพ์๋ณด๋, iOS 1..