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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
