Any update for SwiftUI 2.0?
pnghai opened this issue · 2 comments
pnghai commented
Hi, I checked that iOS 14 has transitioned into new life cycle (https://github.com/apple/swift-evolution/blob/master/proposals/0281-main-attribute.md), do you intent to make any update for it?
nalexn commented
Hey @pnghai
For now, I'm thinking that support for iOS 13 overweights the benefits of migrating the app delegate. Its current revision is extremely minimal, with all the business logic extracted to other modules, so I don't see much value (in terms of reference for others) in reworking it with @main. If you don't mind I'd just post here a sample code of migrated delegate later
nalexn commented
The project has been finally migrated to use @main