Exemple #1
0
 public static void AddShadow(this UIView view)
 {
     view.AddShadow(Colors.ShadowColor, 10, 2);
 }