swift Dreaming of Ada Subtypes in Swift Wishing Swift had Ada's subtype feature, and looking at what I can use in Swift instead to get a similar outcome.
development SwiftUI: Sheets and Bindings SwiftUI's `sheet(item:onDismiss:content:)` seems like the perfect way to display an editor view in a sheet presentation. I ran into some issues using this method, and eventually found a nice solution.