https://www.vadimbulavin.com/ios13-ipados-uiscene-state-restoration-with-nsuseractivity-and-swiftui/
Yet Another Swift Blog
UIScene State Restoration with NSUserActivity and SwiftUI on iOS 13 (iPadOS)
Find out how to implement scene-based state restoration using `NSUserActivity` with SwiftUI on iOS 13 (iPadOS). We'll cover: what are NSUserActivity, UIScene and UISceneSession, the process of state restoration with NSUserActivity in your scene delegate;…