Sdílet prostřednictvím


UIView.BringSubviewToFront(UIView) Method

Definition

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

Parameters

view
UIView
Attributes

Applies to