UIStackView$Methods extension
- on
Properties
- alignment ↔ UIStackViewAlignment
-
Available on UIStackView, provided by the UIStackView$Methods extension
alignmentgetter/setter pair - arrangedSubviews → NSArray
-
Available on UIStackView, provided by the UIStackView$Methods extension
arrangedSubviewsno setter - axis ↔ UILayoutConstraintAxis
-
Available on UIStackView, provided by the UIStackView$Methods extension
axisgetter/setter pair - distribution ↔ UIStackViewDistribution
-
Available on UIStackView, provided by the UIStackView$Methods extension
distributiongetter/setter pair - isBaselineRelativeArrangement ↔ bool
-
Available on UIStackView, provided by the UIStackView$Methods extension
isBaselineRelativeArrangementgetter/setter pair - isLayoutMarginsRelativeArrangement ↔ bool
-
Available on UIStackView, provided by the UIStackView$Methods extension
isLayoutMarginsRelativeArrangementgetter/setter pair - spacing ↔ double
-
Available on UIStackView, provided by the UIStackView$Methods extension
spacinggetter/setter pair
Methods
-
addArrangedSubview(
UIView view) → void -
Available on UIStackView, provided by the UIStackView$Methods extension
addArrangedSubview: -
customSpacingAfterView(
UIView arrangedSubview) → double -
Available on UIStackView, provided by the UIStackView$Methods extension
customSpacingAfterView: -
init(
) → UIStackView -
Available on UIStackView, provided by the UIStackView$Methods extension
init -
initWithArrangedSubviews(
NSArray views) → UIStackView -
Available on UIStackView, provided by the UIStackView$Methods extension
initWithArrangedSubviews: -
initWithCoder(
NSCoder coder) → UIStackView? -
Available on UIStackView, provided by the UIStackView$Methods extension
initWithCoder: -
initWithFrame(
CGRect frame) → UIStackView -
Available on UIStackView, provided by the UIStackView$Methods extension
initWithFrame: -
insertArrangedSubview(
UIView view, {required int atIndex}) → void -
Available on UIStackView, provided by the UIStackView$Methods extension
insertArrangedSubview:atIndex: -
removeArrangedSubview(
UIView view) → void -
Available on UIStackView, provided by the UIStackView$Methods extension
removeArrangedSubview: -
setCustomSpacing(
double spacing, {required UIView afterView}) → void -
Available on UIStackView, provided by the UIStackView$Methods extension
setCustomSpacing:afterView: