Exemple #1
0
 private void styleView()
 {
     ModifyButton.Layer.CornerRadius  = 4;
     SpanishButton.Layer.CornerRadius = 4;
     SpanishButton.Layer.BorderWidth  = 1;
     SpanishButton.Layer.BorderColor  = "#f3f3f3".ToUIColor().CGColor;
     EnglishButton.Layer.CornerRadius = 4;
     EnglishButton.Layer.BorderWidth  = 1;
     EnglishButton.Layer.BorderColor  = "#f3f3f3".ToUIColor().CGColor;
     SpanishButton.setLittleDownBorderShadow();
     EnglishButton.setLittleDownBorderShadow();
 }