Contents

setContentResizingMask(_:)

Determines how the receiver resizes its content when zooming.

Declaration

func setContentResizingMask(_ mask: Int)

Parameters

  • mask:

    A resizing mask. You specify a mask by combining any of the following options using the C bitwise OR operator: Width, Height. Other values are ignored.

See Also

Zooming and Resizing