I would like to know if the behavior of onAppear and onDisappear in SwiftUI (Xcode 11 beta 6 when I wrote this) is what a developer would find more useful or it is just being mo
It was a bug on Apple's end.
.onAppear() now works as it is supposed to in iOS 13.1 and Xcode 11 Beta 7.
.onAppear()
When navigating forwards and backwards to the NavigationView, .onAppear() will trigger.