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