When SwiftUI creates a SplitView, it adds a toolbar button that hides/shows the Master view. How can I detect this change so that I can resize the font in the detail screen and use all the space optimally?
I've tried using .onChange with geometry but can't seem to get that to work.
After thinkering for a while on this I got to this solution:
The onUIKitAppear is a custom
extension
suggested by apple to be only executed once the view has been presented to the user https://developer.apple.com/forums/thread/655338?page=2