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