public void SetInvalid() { Layer.BorderColor = ColorUtils.GetColor(Slink.ColorUtils.ColorType.LandingTextFieldError).CGColor; }
public void Reset() { Layer.BorderColor = ColorUtils.GetColor(Slink.ColorUtils.ColorType.LandingTextFieldNormal).CGColor; }
public void SetProgressButton(UIButton progressButton) { ProgressButton = progressButton; ProgressButton.BackgroundColor = ColorUtils.GetColor(Slink.ColorUtils.ColorType.LandingButtonDisabled); ProgressButton.Layer.CornerRadius = ProgressButton.Frame.Size.Height / 2; }