다음과 같이 창을 초기화해야합니다.
- class AppDelegate: UIResponder, UIApplicationDelegate {
- //Add this line
- var window: UIWindow?
- func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
- // Override point for customization after application launch.
- return true
- }
- ...
- }
728x90
반응형
'IOS' 카테고리의 다른 글
푸시인증서p12 (0) | 2021.06.01 |
---|---|
[iOS] 'UIScene' is only available in iOS 13.0 or newer (0) | 2021.04.19 |