-
[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 13์์๋ถํฐ๋ UISceneDelegate๊ฐ ๋ผ์ดํ ์ฌ์ดํด์ ๊ด์ฅํ๊ธฐ ๋๋ฌธ์ด๋ผ๊ณ ํ๋ค.
In iOS 13 and later, use UISceneDelegate objects to respond to life-cycle events in a scene-based app
https://stackoverflow.com/a/58179203/11879474
https://developer.apple.com/documentation/uikit/app_and_environment/managing_your_app_s_life_cycle
์ถ์ฒ
์ด์ ํ ์คํธ์ฉ ํ๋ก์ ํธ๋ฅผ ๋ง๋ค ๋๋ Scene ๊ด๋ จ๋ ์ค์ ์ด ๊ณ์ ๊ฑธ๋ฆฌ์ ๊ฑฐ๋ฆฐ๋ค. ์ด์ ํผํ ์ ์์ด Scene์ ๊ณต๋ถํด๋ด์ผ๊ฒ ๋ค... ์ ๊ทธ๋ฌ๋ฉด ์ด๋ ๊ฒ ๊ท์ฐฎ๊ฒ ๊ณ์ ์ ๋์ผ ํ ์ผ์ด ์๊ธธ ๊ฑฐ ๊ฐ์.
'๊ฐ๋ฐ ์ฝ์ง๊ธฐ > iOS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ