Re: UIAlertView won't set password field as first responder
Re: UIAlertView won't set password field as first responder
- Subject: Re: UIAlertView won't set password field as first responder
- From: Rick Mann <email@hidden>
- Date: Wed, 22 Apr 2015 13:16:05 -0700
Stop. Making. Me. Abandon. Older. Users.
> On Apr 22, 2015, at 12:18 , Kyle Sluder <email@hidden> wrote:
>
> On Wed, Apr 22, 2015, at 01:53 PM, Rick Mann wrote:
>> In my UIAlertView -didPresentAlertView: delegate call, I'm trying to
>> change focus to the password field with
>>
>> UITextField* tf = [inView textFieldAtIndex: 1];
>> [tf becomeFirstResponder];
>>
>> But it's being ignored.
>
> How many times do we need to say it?
>
> Stop. Touching. The. Alert. View. Hierarchy.
>
> In fact, did you see Jamie's advice to use UIAlertController instead?
>
> --Kyle Sluder
> _______________________________________________
>
> 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
--
Rick Mann
email@hidden
_______________________________________________
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