UITextField
- 改变placeholder 字体的大小 颜色
NSAttributedString *placeholder = [[NSAttributedString alloc] initWithString:self.contactInformation.placeholder attributes:@{NSForegroundColorAttributeName : [UIColor colorFromHexString:CONTACTINFORMATION_TEXTCOLOR]}];
self.contactInformation.attributedPlaceholder = placeholder;