On Mar 30, 2016, at 2:44 AM, Gerriet M. Denkmann wrote: > But in the call with dispatch_after (never with dispatch_async) the in-daly > is sometimes is 10 seconds - sometimes even 20 or 30 seconds - mostly (but > not always) near an integral multiple of 10 seconds.
I've seen this too on iOS mostly when dealing with the main queue and displaying alerts using a GDC dispatch In addition to that, I've also see this one that's really odd. It can take about 10 - 15 seconds before the keyboard displays in the following case: - Run your iOS app from Xcode on an iPad plugged in to your Mac. - In your first UIViewController have an editable UITextField and make it become the firstResponser on the VDL, VWA or VDA. - Log when your call to makeFirstResponder is issued. - Log when the keyboard appears on the screen. Only when the iPad is plugged in your Mac that is running Xcode and when the app is launched from Xcode does this delay happen. If you launch an app of this type from outside Xcode, directly off the device, the delay doesn't happen. I thought I was the only one who ran into this and then found it mentioned on stackOverflow that it's a known problem. _______________________________________________ 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