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.
主要功能
01Systematic diagnosis of main thread bottlenecks and UI freezes
02Implementation patterns for converting synchronous I/O to Swift Concurrency
03Strategies to prevent watchdog terminations during app launch and transitions
04Decision tree for selecting between Time Profiler and System Trace
05Guidance on interpreting Xcode Organizer and MetricKit hang reports
06286 GitHub stars