• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
More detail on the iOS keyboard display bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More detail on the iOS keyboard display bug


  • Subject: More detail on the iOS keyboard display bug
  • From: Alex Zavatone <email@hidden>
  • Date: Thu, 07 Apr 2016 19:48:42 -0400

I was just going through my project today and came across my comments in the code where this happens + the SO link that explains more about this issue.

It seems that this bug was first reported in 2012.  Someone claims it’s fixed on iOS 9.2.1.

Hope this helps

- (void)viewDidAppear:(BOOL)animated {
    [super viewDidAppear:animated];

    // AZ 12142015 - there is a significant delay here on the iPad for invoking and displaying the keyboard.
    // ONLY HAPPENS WHEN THE IPAD IS PLUGGED IN and running from Xcode.
    // http://stackoverflow.com/a/27487885

    dispatch_async(dispatch_get_main_queue(), ^{
        [self.emailAddressField becomeFirstResponder];
    });
}


_______________________________________________

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


  • Prev by Date: Re: Alternatives to NSMatrix that uses bindings similar to NSMatrix's bindings
  • Next by Date: Re: Codesign broken in 10.11.4
  • Previous by thread: Re: Alternatives to NSMatrix that uses bindings similar to NSMatrix's bindings
  • Next by thread: Implementing Find panel in WebView
  • Index(es):
    • Date
    • Thread