iosobjective-ciphoneuitextfielduitextview

How do i change the color of the text entry indicator?


It's seen in UITextView and UITextField - the flashing blue line which shows you where anything you type will be typed. I've seen some apps change the color of this and wasn't sure how to do that. How do I change it's color?


Solution

  • [[textField textInputTraits] setValue:[UIColor redColor] forKey:@"insertionPointColor"];