Reply to iOS 14 .onAppear() is called on DISappear instead of appear iOS 14.2 (18B5083a) It works: .onAppear { print("onAppear") } But this is not: .onAppear { isNavigationBarHidden = true // any logic print("onAppear") } UI Frameworks SwiftUI Oct ’20