Can't type chars into UITextField?
Can't type chars into UITextField?
- Subject: Can't type chars into UITextField?
- From: Rick Mann <email@hidden>
- Date: Tue, 13 Aug 2013 22:19:15 -0700
Suddenly a view controller of mine (in an iPad app) is not accepting characters typed in its UITextFields. It DOES accept the delete key, but you can't add characters.
Just in case my delegate was somehow messing things up, I set it to nil, but the behavior persists. The field gets focus, the keyboard comes up, but characters can't be added.
It is a modal sheet over a navigation controller inside a uiPopovercontroller.
When my delegate is connected, the -textFieldDidBeginEditing: and -textFieldDidEndEditing: methods are called as one might expect. But -textField:shouldChangeCharactersInRange:replacementString: is NOT called
Any ideas?
--
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden