Post

Replies

Boosts

Views

Activity

Comment on Top navigation bar jumps (wrong animation) in SwiftUI
Hi, Is that true? The following very simple view still causes that problem: struct ContentView: View { @State private var text = "" var body: some View { NavigationStack { ScrollView { } .refreshable { try? await Task.sleep(for: .seconds(1)) } .searchable(text: $text) .navigationTitle("Demo") } } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24