As you probably know, SwiftUI's .onAppear is called when the view appears.
In my application, I have implemented a swipe back gesture from child to parent view. However, parent's onAppear is called when it is already partly visible when doing a swipe back gesture.
So my question is: Any thoughts what should I do to make sure onAppear is called when parent view has appeared in full (not partly)?