Contents

scrollRectToVisible(_:)

Initiates a scroll in the layer’s closest ancestor scroll layer so that the specified rectangle becomes visible.

Declaration

func scrollRectToVisible(_ r: CGRect)

Parameters

  • r:

    The rectangle to be made visible.

Discussion

If the layer is not contained by a CAScrollLayer object, this method does nothing.

See Also

Scrolling