摘要:
[_nameText setValue: [UIColor lightGrayColor] forKeyPath:@"_placeholderLabel.textColor"];[_nameText setValue:[UIFont boldSystemFontOfSize:13] forKeyPa... 阅读全文
摘要:
//开始编辑输入框的时候,软键盘出现,执行此事件-(void)textFieldDidBeginEditing:(UITextField *)textField{ CGRect frame = [textField convertRect:textField.frame toView:self.v... 阅读全文