minimumSize(withPrioritizedCompressionOptions:)
Returns the minimum size a view can achieve by applying the supplied compression options.
Declaration
func minimumSize(withPrioritizedCompressionOptions prioritizedOptions: [NSUserInterfaceCompressionOptions]) -> NSSizeParameters
- prioritizedOptions:
An array of compression options that the view should apply to reduce its size.
Return Value
The minimum size of a view when applying the supplied compression options.
Discussion
Compression options that are handled by the system are not included in the supplied array.