Searching...
Searching...
Found 122398 results
CharlesWiltgen
Provides thread-safe concurrency primitives and best practices for Swift, including Mutex, OSAllocatedUnfairLock, and Atomic types, with guidance on lock usage and deadlock prevention.
CharlesWiltgen
Diagnoses and resolves battery drain and overheating issues in iOS/iPadOS apps through systematic power profiling and subsystem analysis.
CharlesWiltgen
Advanced SQLite patterns for complex data processing including recursive CTEs, custom aggregates, and JSON/string aggregation.
CharlesWiltgen
Systematic debugging workflows for SwiftUI views addressing complex state dependencies, unexpected update patterns, and Instruments integration.
CharlesWiltgen
Provides support for iOS testing including unit, UI, and async tests with Swift and XCTest.
CharlesWiltgen
Diagnoses and resolves common camera capture issues in mobile applications, including preview rotation, freezing, and AVCaptureSession errors.
CharlesWiltgen
Provides comprehensive solutions for Swift Codable protocol usage, including JSON encoding/decoding, custom serialization, and error resolution for Swift 6.x.
CharlesWiltgen
Provides a testing-first implementation for in-app purchases, subscriptions, and transaction handling using StoreKit 2 architecture.
CharlesWiltgen
Comprehensive CLI reference for automating Instruments profiling, headless performance analysis, and CI/CD integration with xctrace.
CharlesWiltgen
Enables raw SQL query execution, complex joins, and reactive database operations with GRDB in iOS/macOS apps, featuring performance profiling and direct SQLite access.
CharlesWiltgen
Comprehensive diagnostics for iOS/macOS accessibility issues, ensuring WCAG compliance and App Store Review readiness.
CharlesWiltgen
Diagnoses Metal porting issues including rendering artifacts, shader errors, and GPU crashes in graphics applications.
CharlesWiltgen
Comprehensive reference for iOS background task APIs including BGTaskScheduler, BGAppRefreshTask, and background URLSession with WWDC code examples.
CharlesWiltgen
Comprehensive API reference for implementing iOS app extensions, widgets, Live Activities, and Control Center controls using WidgetKit, ActivityKit, and App Groups.
CharlesWiltgen
Provides decision trees and deep workflows for selecting Apple Instruments tools to diagnose performance issues like slowness, memory leaks, and battery drain.
CharlesWiltgen
Symptom-based decision trees for diagnosing phone energy issues (battery, heat, drain, cellular) with time-cost analysis for each path.
CharlesWiltgen
Comprehensive reference for implementing and debugging SwiftUI animations, including VectorArithmetic, @Animatable macro, and UIKit/AppKit bridging, covering iOS 13 to 26.
CharlesWiltgen
Diagnoses and optimizes iOS app performance issues including memory leaks, retain cycles, and battery drain using Instruments workflows.
CharlesWiltgen
Configures UI test recordings in Xcode 26 for enhanced stability and multi-configuration replay, aligned with WWDC 2025 best practices.
CharlesWiltgen
Diagnoses and resolves retain cycles in Objective-C blocks through systematic weak-strong pattern analysis, preventing memory leaks and crashes.
CharlesWiltgen
Provides systematic diagnostics for network issues including timeouts, TLS handshake failures, and connection drops in production environments, enabling rapid crisis resolution.
CharlesWiltgen
Automates triage of TestFlight crash reports, symbolication, and feedback analysis for iOS beta testing.
CharlesWiltgen
Provides computer vision utilities for subject segmentation, object isolation, OCR, and document scanning via VisionKit APIs.
CharlesWiltgen
Provides implementation guidance for iOS App Shortcuts API (Siri/Spotlight) including configuration, suggested phrases, and debugging for iOS 16+.