setContentResizingMask(_:) Determines how the receiver resizes its content when zooming. Declarationfunc setContentResizingMask(_ mask: Int) Parametersmask: 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 AlsoZooming and ResizingsetZoomValue(_:)zoomValue()contentResizingMask()