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
Both commands: .onDisappear(perform: ) & .onAppear(perform: )
are bugging the NavigationView (.navigationBarTitle) feature:
.navigationBarTitle("Opciones", displayMode: .inline)
When used the navigationBarTitle is removed or not working in the View where you use invoke it. This happens using BOTH: .onDisappear(perform: ) .onAppear(perform: )
Using Xcode Version 12.2 (12B45b)