when do you start using the swiftui interface with the uikit life cycle?

With SwiftUI you should in most cases use SwiftUI lifecycle.

If you need some AppDelegate methods you can use @UIApplicationDelegateAdaptor:

There are some cases, however, when you need UIKit lifecycle:

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top