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)
xamarintvos
namespace UIKit
{
[Model]
[Protocol]
[Register("UIScrollViewDelegate", false)]
public class UIScrollViewDelegate : NSObject, INativeObject, IDisposable, IUIScrollViewDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("scrollViewDidChangeAdjustedContentInset:")]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
public virtual void DidChangeAdjustedContentInset(UIScrollView! scrollView);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to xamarintvos | |
| Assembly | Xamarin.TVOS , 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