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