Avatar
↓に報告されている、キーボードを開くと onAppear が呼ばれるバグ(?)が再現してるんですが(僕の場合は TabView ではなく NavigationView のルートの onAppear が呼ばれるというパターンですが)、これ結構きつくないですか? onAppear でページ表示されたことをトリガーとして何かやりたいパターンとか。 https://stackoverflow.com/questions/64027482/onappear-calls-unexpectedly-when-keyboard-appears-in-swiftui
I am experiencing very odd behavior in SwiftUI 2.0 and iOS14. When the keyboard appears on the screen, the OnAppear method of other tab's view called automatically. However, this works fine Xcode 1...