Exemple #1
0
 public static void SetStyleCSS(this UITabBarItem view, string styleCss)
 {
     PixateFreestyle.SetStyleCSS(view, styleCss);
 }
Exemple #2
0
 public static void SetStyleCSS(this UINavigationItem view, string styleCss)
 {
     PixateFreestyle.SetStyleCSS(view, styleCss);
 }
Exemple #3
0
 public static void SetStyleCSS(this UIView view, string styleCss)
 {
     PixateFreestyle.SetStyleCSS(view, styleCss);
 }