The workaround I'm using right now is I disabled my old UITextField, put a UITextView with the exact same frame on top of it, and set the backgroundColor property of UITextView to clearColor.
Just curious, does anyone know a way I could make it so that all the text goes on one line in my UITextView rather than wrapping to another line?