Open nuthinking opened 12 years ago
UITextField already brings up a standard keyboard as inputView on tap. If you want to replace the keyboard on a text field you could just override inputView and inputAccessoryView directly. Maybe I'm not understanding what your suggestion?
Hi Pietro, the only issue with UITextField control is the blinking caret.
I don't think there's a straightforward way of removing the cursor. Have you done it before?
No, and I couldn't find much online. I might have a look into it.
I'm getting an error on self.dateTextField.inputAccessoryView = [self accessoryToolbar]; no selector for accessoryToolbar. Anyone else have this problem?
Would be nice to have to same for UITextField. This provides also features like Placeholder copy. Cheers!