UIScrollViewDelegate.DidZoom(UIScrollView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the scroll view's zoom factor has changed.
[Foundation.Export("scrollViewDidZoom:")]
public virtual void DidZoom (UIKit.UIScrollView scrollView);
abstract member DidZoom : UIKit.UIScrollView -> unit
override this.DidZoom : UIKit.UIScrollView -> unit
Parameters
- scrollView
- UIScrollView
Scroll view being zoomed.
- Attributes
Remarks
This method will be called repeatedly during a pinch-to-zoom gesture.