I\'m wondering about changing the color of the cursor / caret in a UITextField (And UITextView if its the same answer) in iOS. I\'ve seen answers f
UITextField
UITextView
Swift 3:
UITextField.appearance().tintColor = UIColor.black UITextView.appearance().tintColor = UIColor.black