is there a way to find out what is blocking the main thread's run loop in an iOS App, e.g. find all functions that the run loop calls that take longer than 0.1 secs to complete?
Regards, Jochen
Have you tried profiling via Shark?