I have an issue with a UITextField and the docs haven't turned up much.
The issue: When using autocorrect in my UITextField, if the user uses the suggestion, my UITextField blinks, or more accurately a small white box briefly appears.
Below is an example (which took my 90 times to capture perfectly lol :-0).
So the user has an autocorrect, as seen:
And if they select it, here is that nasty white square that shows briefly:
I tried changing the tint color (which right now is textField.tintColor = [UIColor whiteColor];
) to clear but that didn't work. Any suggestions?