How to make full size content view in SwiftUI for macOS
Issue #689
1 | func applicationDidFinishLaunching(_ aNotification: Notification) { |
I have an issue where if I use HSplitView
, some Button are not clickable until I drag the split view handle. The workaround is to use HStack with a Divider
Updated at 2020-11-03 05:21:50