Sdílet prostřednictvím


UIView.WillMoveToSuperview(UIView) Method

Definition

[Foundation.Export("willMoveToSuperview:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillMoveToSuperview(UIKit.UIView? newsuper);
[<Foundation.Export("willMoveToSuperview:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillMoveToSuperview : UIKit.UIView -> unit
override this.WillMoveToSuperview : UIKit.UIView -> unit

Parameters

newsuper
UIView
Attributes

Applies to