r/SwiftUI 19h ago

FileReferenceDocument macOS app. Disallow more than one document open at a time?

2 Upvotes

Is it possible to ensure that only one document can be open at a time? My target is macOS 15. The idea would be that the user is alerted and no existing document can be opened (e.g. drag and drop, file->new, Finder etc).


r/SwiftUI 20h ago

How to reduce sidebar list item height?

2 Upvotes

I've tried everything I found on Google and none of these work:

  • `.listRowInsets()`
  • `.environment(\.defaultMinListRowHeight, 0)`
  • `.controlSize(.small)`