UICollectionViewController.ZoomingEnded(UIScrollView, UIView, nfloat) 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.
Indicates that zooming has completed.
[Foundation.Export("scrollViewDidEndZooming:withView:atScale:")]
public virtual void ZoomingEnded (UIKit.UIScrollView scrollView, UIKit.UIView withView, nfloat atScale);
abstract member ZoomingEnded : UIKit.UIScrollView * UIKit.UIView * nfloat -> unit
override this.ZoomingEnded : UIKit.UIScrollView * UIKit.UIView * nfloat -> unit
Parameters
- scrollView
- UIScrollView
The scrollview that is associated with the collection view.
- withView
- UIView
View representing the content that needs to be scaled.
- atScale
- nfloat
The scale factor to use. This value must be between the limits set by the UIScrollView properties MinimumZoomScale and MaximumZoomScale.
- Attributes