Posts

Post marked as solved
2 Replies
1.2k Views
Hi,The documentation for UIApplication.State's inactive state says: "The app is running in the foreground but is not receiving events."Could anybody expand on exactly what events are not received? (And/or maybe what this means in terms of changes to runloop event/source configuration, if that helps give a more precise explanation of any limitations?)Is it only touch events that are ignored, or are there other things that won't work? (Timers on the main run loop still and UI activity triggered by them still seem to work from my observations.)Thanks,Rob
Posted Last updated
.