I'm looking for an event in the life-cycle of a view in SwiftUI, that is equivalent to viewWillAppear(). Yes, I know there is an ".OnAppear" in SwiftUI, but that is like viewDidAppear. Is there a workaround to do get that specific execution time before view is loaded?