UIStackView.AddArrangedSubview(UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds view
to the Subviews of this UIStackView.
[Foundation.Export("addArrangedSubview:")]
public virtual void AddArrangedSubview (UIKit.UIView view);
abstract member AddArrangedSubview : UIKit.UIView -> unit
override this.AddArrangedSubview : UIKit.UIView -> unit
Parameters
- view
- UIView
- Attributes