Post

Replies

Boosts

Views

Activity

Reply to SwiftUI NavigationLink pops out by itself
There is another similar bug. When you are in the parent view and active a navigationView with the .isDetailLink(false) call, after you return from it, when you try to active another navigationLink with or without .isDetailLink(false) call, It wont be presented. And you will get the error message "Unable to present. Please file a bug." in the console. Any help?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’21
Reply to SwiftUI NavigationLink pops out by itself
There is another similar bug. When you are in the parent view and active a navigationView with the .isDetailLink(false) call, after you return from it, when you try to active another navigationLink with or without .isDetailLink(false) call, It wont be presented. And you will get the error message "Unable to present. Please file a bug." in the console. Any help?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to Navigation Link results in Unable to present. Please file a bug. message
Solution linked by The Cincinnati Kid did not work in my case (iOS 14.6, Xcode 12.5). I'm using navigationLinks with .isDetailLink(false) (in order to fix a problem of navigationTitle overlapping) and it only pushes the link for the first time... then is unable to present again. Any help?
Replies
Boosts
Views
Activity
May ’21