Contents

leftViewRect(forBounds:)

Returns the drawing rectangle of the text field’s left overlay view.

Declaration

func leftViewRect(forBounds bounds: CGRect) -> CGRect

Parameters

  • bounds:

    The bounding rectangle of the receiver.

Return Value

The rectangle in which to draw the left overlay view.

Discussion

You should not call this method directly. If you want to place the left overlay view in a different location, you can override this method and return the new rectangle. Note that the drawing rectangle remains unchanged in a right-to-left user interface.

See Also

Drawing and positioning overrides