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.
Tells the delegate that the scroll view’s zoom factor changed.
optional func scrollViewDidZoom(_ scrollView: UIScrollView)The scroll-view object whose zoom factor changed.