示例#1
0
 public static void SetTextColor(this UISearchBar bar, UIColor color)
 {
     bar.GetField().TextColor = color;
 }