Re: Can't type chars into UITextField?
Re: Can't type chars into UITextField?
- Subject: Re: Can't type chars into UITextField?
- From: Alex Zavatone <email@hidden>
- Date: Wed, 14 Aug 2013 21:47:18 -0400
In the simulator, on the device? Which version of iOS are you running?
On Aug 14, 2013, at 1:19 AM, Rick Mann wrote:
> 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