ios - iOS 13中的SceneDelegate,是否有必要?

标签 ios swift ios13 xcode11 uiscenedelegate

我有一个最初使用iOS 11的最低iOS目标编写的应用程序

在增加了对iOS 13的新功能和支持之后,最新版本现在要求iOS 13的最低iOS目标。
我的项目中根本没有SceneDelegate,但该应用程序仍可以按预期正常运行。
此外,该应用程序不需要多窗口支持。它仍然是一个单一窗口的应用程序。

是否有必要将SceneDelegate添加到该项目?如果不添加SceneDelegate,将来是否会引起任何问题?

最佳答案

没必要。因为你
Read this beautiful article

关于ios - iOS 13中的SceneDelegate,是否有必要?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58851046/

相关文章:

ios - 如何在 appdelegate 中推送导航?

ios - UIWebView 与 Django

swift - 比较两个相等值 - "Could not find overload for ' = =' that accepts the supplied argument"

ios - Xamarin.iOS statusBar BackgroundColor不会更改

ios - UIPopoverPresentationController 在 iPhone 上显示全屏模式

android - Android和IOS如何连接SQL Server

ios - 移动到另一个屏幕时停止呈现 View Controller

swift - 使用iOS13无法读取电子护照的NFC芯片

ios - 如何在 Swift 中禁用 Collection View 中的特定单元格

swift - 如何在 Swift 中修复 "Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value"