SwiftUI Guide: Triggering Actions Solely on First View Appearance
Hallo bomen en bloemen, Leo hier. Today we will talk about a little something widespread in UIKit but we don’t have a native way to do it in SwiftUI that is running an action just once per view load. In UIKit lifecycle we had the viewDidLoad callback that we could use and that would guarantee […]