UIScrollViewDelegate
UIScrollViewDelegate()
UIScrollViewDelegate(IntPtr)
UIScrollViewDelegate(NativeHandle)
UIScrollViewDelegate(NSObjectFlag)
DecelerationEnded(UIScrollView)
DecelerationStarted(UIScrollView)
DidChangeAdjustedContentInset(UIScrollView)
DidZoom(UIScrollView)
DraggingEnded(UIScrollView, Boolean)
DraggingStarted(UIScrollView)
ScrollAnimationEnded(UIScrollView)
Scrolled(UIScrollView)
ScrolledToTop(UIScrollView)
ShouldScrollToTop(UIScrollView)
ViewForZoomingInScrollView(UIScrollView)
WillEndDragging(UIScrollView, CGPoint, CGPoint)
ZoomingEnded(UIScrollView, UIView, nfloat)
ZoomingEnded(UIScrollView, UIView, NFloat)
ZoomingStarted(UIScrollView, UIView)
xamarinios
namespace UIKit
{
[Model]
[Protocol]
[Register("UIScrollViewDelegate", false)]
public class UIScrollViewDelegate : NSObject, INativeObject, IDisposable, IUIScrollViewDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("scrollViewDidEndZooming:withView:atScale:")]
public virtual void ZoomingEnded(UIScrollView! scrollView, UIView! withView, nfloat atScale);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API