iOS 14.2 (18B5083a)
It works:
.onAppear {
print("onAppear")
}
But this is not:
.onAppear {
isNavigationBarHidden = true // any logic
print("onAppear")
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: