Post

Replies

Boosts

Views

Activity

Reply to Navigation: update multiple times per frame
Same problem if I append a value to path (NavigationPath).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to NavigationStack and NavigationSplitView Runtime warnings
.navigationDestination should be placed inside the NavigationStack: List { NavigationLink("Go to MyView", value: "MyView") } … NavigationStack { Text("Home") .navigationDestination(for: String.self) { val in Text("View = \(val)")   } } This works for me.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Scroll to Bottom of List in iOS 16 Beta / Xcode 14 Beta 3
Did you found a solution? I have the same problem here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22