I have a UITextField
that I put into a UITableViewCell
that I put into a grouped UITableView
. I noticed today that if I hold my finger down to bring up the iPhone magnifying glass, if my UITextField
's keyboard type is UIKeyboardTypeEmailAddress
, the magnifying glass is displayed, but it just hangs - I can't move it left or right, I can't make it disappear, it just hangs.
I thought to myself, hmm, odd, maybe it's something to do with UITextFields
in cells in a grouped UITableView
? So I tried on some other UITextFields
, and this does not happen for ones that do not use UIKeyboardTypeEmailAddress
.
Has anyone seen anything like this? Is this just a bug in Cocoa Touch? Or is there something I could possibly be doing wrong?