1. 程式人生 > >iOS 開開中textfield的一些記錄

iOS 開開中textfield的一些記錄

sys style -objc string num col lds 使用 改變

1.placehold

使用KVC機制改變占位符的顏色和大小

  1. [textField setValue:[UIColor redColor] forKeyPath:@"_placeholderLabel.textColor"];
  2. [textField setValue:[UIFont boldSystemFontOfSize:16] forKeyPath:@"_placeholderLabel.font"];

iOS 開開中textfield的一些記錄