contentSize
The content size of the popover.
Declaration
var contentSize: NSSize { get set }Discussion
The popover’s content size is set to match the size of the content view when the content view controller is set.
Changes to the content size of the popover will cause the popover to animate while it is shown if the animates property is true.
This property is exposed as a read-only binding.