Exemplo n.º 1
0
 public static FluentLayout WithSameRight(this UIView view, UIView previous) => view.Right().EqualTo().RightOf(previous);
Exemplo n.º 2
0
 public static FluentLayout AtRightOf(this UIView view, UIView parentView, nfloat?margin = null) =>
 view.Right().EqualTo().RightOf(parentView).Minus(margin.GetValueOrDefault(DefaultMargin));