Contents

subtracting(_:)

Creates a new compression options object with the supplied options removed.

Declaration

func subtracting(_ options: NSUserInterfaceCompressionOptions) -> NSUserInterfaceCompressionOptions

Parameters

  • options:

    A set of compression options to remove from the current object.

Return Value

A new NSCompressibleUserInterfaceOptions object with the supplied options removed.

See Also

Combining compression options