Compartilhar via


UICollectionViewSource.DidChangeAdjustedContentInset(UIScrollView) Método

Definição

Método que é chamado quando os valores de inset são alterados.

[Foundation.Export("scrollViewDidChangeAdjustedContentInset:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidChangeAdjustedContentInset (UIKit.UIScrollView scrollView);
abstract member DidChangeAdjustedContentInset : UIKit.UIScrollView -> unit
override this.DidChangeAdjustedContentInset : UIKit.UIScrollView -> unit

Parâmetros

scrollView
UIScrollView

O modo de exibição de rolagem cujos insets foram alterados.

Atributos

Aplica-se a