Post

Replies

Boosts

Views

Activity

Reply to A basic DocumentGroup App presents two back "<" buttons on the navigation bar.
Ok I just accidentally found a workaround, use with caution because I haven't checked yet what exactly it does (but it removes the additional back button). Adding .toolbarRole(.automatic) to the content view fixes it (or any of those roles). DocumentGroup(newDocument: TestDocAppDocument()) { file in             ContentView(document: file.$document)                 .toolbarRole(.automatic) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Reply to FileDocument / ReferenceFileDocument deferred save issue
I still see problems regarding saving Documents even in iOS 16 with FileDocument. i understand that FileDocument is when you use structs and it detects changes and should save. But it doesn’t seem too reliable. i just wish i could trigger/force save. any solutions?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to A basic DocumentGroup App presents two back "<" buttons on the navigation bar.
Ok I just accidentally found a workaround, use with caution because I haven't checked yet what exactly it does (but it removes the additional back button). Adding .toolbarRole(.automatic) to the content view fixes it (or any of those roles). DocumentGroup(newDocument: TestDocAppDocument()) { file in             ContentView(document: file.$document)                 .toolbarRole(.automatic) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to A basic DocumentGroup App presents two back "<" buttons on the navigation bar.
I have the same issue. Didn’t happen on iOS 15. i haven’t found a workaround so far sadly.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22