Exemplo n.º 1
0
 /// <summary>
 /// Set custom spacing after an arranged subview of UIStackView.
 /// </summary>
 public static UIStackView CustomSpacing(this UIStackView stackView, nfloat spacing, int afterIndex)
 {
     return(stackView.CustomSpacing(spacing, stackView.ArrangedSubviews[afterIndex]));
 }