UIView.InsertSubviewBelow(UIView, UIView) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère la vue spécifiée sous dans la siblingSubview
hiérarchie de l’affichage.
[Foundation.Export("insertSubview:belowSubview:")]
public virtual void InsertSubviewBelow (UIKit.UIView view, UIKit.UIView siblingSubview);
abstract member InsertSubviewBelow : UIKit.UIView * UIKit.UIView -> unit
override this.InsertSubviewBelow : UIKit.UIView * UIKit.UIView -> unit
Paramètres
- view
- UIView
Vue à ajouter en tant qu’affichage imbriqué de cette vue.
- siblingSubview
- UIView
Sous-vue de cette vue qui se trouvera sous la vue.
- Attributs