ref▌
37 indexed skills · max 10 per page
axiom-spritekit-ref
charleswiltgen/axiom · Productivity
Complete API reference for SpriteKit organized by category.
axiom-sf-symbols-ref
charleswiltgen/axiom · Productivity
Use when:
axiom-swiftui-search-ref
charleswiltgen/axiom · Frontend
SwiftUI search is environment-based and navigation-consumed. You attach .searchable() to a view, but a navigation container (NavigationStack, NavigationSplitView, or TabView) renders the actual search field. This indirection is the source of most search bugs.
axiom-metrickit-ref
charleswiltgen/axiom · Productivity
Complete API reference for collecting field performance metrics and diagnostics using MetricKit.
axiom-core-spotlight-ref
charleswiltgen/axiom · Productivity
Comprehensive guide to Core Spotlight framework and NSUserActivity for making app content discoverable in Spotlight search, enabling Siri predictions, and supporting Handoff. Core Spotlight directly indexes app content while NSUserActivity captures user engagement for prediction.
axiom-metal-migration-ref
charleswiltgen/axiom · Productivity
Complete reference for converting OpenGL/DirectX code to Metal.
axiom-storage-management-ref
charleswiltgen/axiom · Productivity
Purpose: Comprehensive reference for storage pressure, purging policies, disk space, and URL resource values Availability: iOS 5.0+ (basic), iOS 11.0+ (modern capacity APIs) Context: Answer to "Does iOS provide any way to mark files as 'purge as last resort'?"
axiom-photo-library-ref
charleswiltgen/axiom · Productivity
System photo picker for UIKit apps. No permission required.
axiom-axe-ref
charleswiltgen/axiom · Productivity
AXe is a CLI tool for interacting with iOS Simulators using Apple's Accessibility APIs and HID functionality. Single binary, no daemon required.
axiom-network-framework-ref
charleswiltgen/axiom · Productivity
Network.framework is Apple's modern networking API that replaces Berkeley sockets, providing smart connection establishment, user-space networking, built-in TLS support, and seamless mobility. Introduced in iOS 12 (2018) with NWConnection and evolved in iOS 26 (2025) with NetworkConnection for structured concurrency.