-
-
Notifications
You must be signed in to change notification settings - Fork 876
Closed
Labels
type:docsOnly change in the docs or READMEOnly change in the docs or README
Description
For the upcoming Swift 5.3/XCode 12. SwiftUI applications by default will no longer have an app delegate. Instead, this is what is created by default.
@main
struct Xcode12TestApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
Since Apple is now pushing to use purely SwiftUI and move away from UIKit including storyboard and controllers. I feel we need to do some testing on how to initialize Parse, ParseFacebookUtils, and ParseTwitterUtils to work with SwiftUI. We then need to update our docs and ReadME, the later of which is way overdue for an update anyway..
Metadata
Metadata
Assignees
Labels
type:docsOnly change in the docs or READMEOnly change in the docs or README