UITextField *tf = [UITextFiled alloc] init];
[[tf valueForKey:@"textInputTraits"] setValue:[UIColorclearColor]
forKey:@"insertionPointColor"];
[tf selectAll:self];
[tf setMarkedText:sender.text
selectedRange:NSMakeRange(0, 0)];
UITextField *tf = [UITextFiled alloc] init];
[[tf valueForKey:@"textInputTraits"] setValue:[UIColorclearColor]
forKey:@"insertionPointColor"];
[tf selectAll:self];
[tf setMarkedText:sender.text
selectedRange:NSMakeRange(0, 0)];