About
Axiom iOS Hang Diagnostics provides a systematic framework for identifying, debugging, and fixing UI unresponsiveness in iOS, iPadOS, watchOS, and tvOS applications. It guides developers through the critical distinction between 'Main Thread Busy' and 'Main Thread Blocked' scenarios, offering structured workflows for using Instruments Time Profiler and System Trace. By implementing battle-tested code patterns for asynchronous I/O, actor-based synchronization, and optimized notifications, this skill helps developers eliminate app freezes and avoid system watchdog terminations.