Contents

scrollViewDidZoom(_:)

Tells the delegate that the scroll view’s zoom factor changed.

Declaration

optional func scrollViewDidZoom(_ scrollView: UIScrollView)

Parameters

  • scrollView:

    The scroll-view object whose zoom factor changed.

See Also

Managing zooming