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. I've verified that it is the correct field. I'm doing it in -didPresentAlertView:, as suggested by others online (who've indicated success). But it doesn't work for me in the Simulator or on a device. iOS 8.2 and 8.3. Any ideas? Thanks. -- Rick Mann rm...@latencyzero.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com