UIStackView$Methods extension

on

Properties

alignment UIStackViewAlignment

Available on UIStackView, provided by the UIStackView$Methods extension

alignment
getter/setter pair
arrangedSubviews → NSArray

Available on UIStackView, provided by the UIStackView$Methods extension

arrangedSubviews
no setter
axis UILayoutConstraintAxis

Available on UIStackView, provided by the UIStackView$Methods extension

axis
getter/setter pair
distribution UIStackViewDistribution

Available on UIStackView, provided by the UIStackView$Methods extension

distribution
getter/setter pair
isBaselineRelativeArrangement bool

Available on UIStackView, provided by the UIStackView$Methods extension

isBaselineRelativeArrangement
getter/setter pair
isLayoutMarginsRelativeArrangement bool

Available on UIStackView, provided by the UIStackView$Methods extension

isLayoutMarginsRelativeArrangement
getter/setter pair
spacing double

Available on UIStackView, provided by the UIStackView$Methods extension

spacing
getter/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: