IUIScrollViewDelegate.ViewForZoomingInScrollView(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.
The UIView to scale when zooming is requested.
[Foundation.Export("viewForZoomingInScrollView:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView ViewForZoomingInScrollView(UIKit.UIScrollView scrollView);
[<Foundation.Export("viewForZoomingInScrollView:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ViewForZoomingInScrollView : UIKit.UIScrollView -> UIKit.UIView
override this.ViewForZoomingInScrollView : UIKit.UIScrollView -> UIKit.UIView
Parameters
- scrollView
- UIScrollView
Scroll view displaying the content.
Returns
- Attributes