Background tasks in SwiftUI

Background tasks in SwiftUI

One of the exciting frameworks released along with iOS 13 was the BackgroundTasks framework. It allows you to schedule work intelligently in the background. Finally, we can handle background tasks using the SwiftUI app lifecycle. This week we will learn how to schedule and handle background tasks in SwiftUI.

[…]

To learn more about scenes in SwiftUI, take a look at my “Managing scenes in SwiftUI” post.

[…]