Reading List

How NSHostingView Determines Its Sizing from Michael Tsai RSS feed.

How NSHostingView Determines Its Sizing

Brian Webster: I couldn’t get my SwiftUI view to expand to fill up the entire superview that the NSHostingView was being added to.[…]The next thing I came across was a property on NSHostingView called sizingOptions, which is described in the documentation as “The options for how the hosting view creates and updates constraints based on […]