UIScrollViewDelegate_Extensions.ViewForZoomingInScrollView 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.
The UIView to scale when zooming is requested.
public static UIKit.UIView ViewForZoomingInScrollView (this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);
static member ViewForZoomingInScrollView : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView -> UIKit.UIView
Parameters
The instance on which this extension method operates.
- scrollView
- UIScrollView
Scroll view displaying the content.