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?
[[textField textInputTraits] setValue:[UIColor redColor] forKey:@"insertionPointColor"];