Contents

setWidth(_:)

Sets the absolute width (in points) of the object.

Declaration

func setWidth(_ width: CGFloat)

Parameters

  • width:

    The new width of the object. Specifying a value of 0.0 causes the item to have no width.

Discussion

You cannot use this method to alter the width of tables or the thickness of vertical separator items. Changing the width of a WKInterfaceImage object causes the image’s content scaling mode to change to UIView.ContentMode.scaleToFill.

Changes to the width of an object are animatable.

See Also

Changing an Object’s Size