Make SwiftUI Toolbars Work In Resizable iPhone Apps
Guide to making SwiftUI toolbars adapt in resizable iPhone apps using new APIs like ToolbarItemGroup and visibilityPriority.
Guide to making SwiftUI toolbars adapt in resizable iPhone apps using new APIs like ToolbarItemGroup and visibilityPriority.
Explores new SwiftUI APIs for controlling toolbar item visibility and placement across platforms.
Learn how to fix common SwiftUI LazyVStack jank issues like row state loss and layout hitches before switching to List.
Callsheet 2026.5 update highlights bug fixes, pin caching, now playing improvements, and Plex integration changes.
Guide to building workout zone coaching features using HealthKit in iOS 27 and watchOS 27, covering heart rate and cycling power zones.
Learn how to optimize iOS camera app launch speed using deferred start techniques for faster first preview frame.
Podcast episodes discussing OS 27 betas, WWDC stories, sitcom recommendations, and tech picks from MacStories.
A guide to integrating Apple's new Now Playing framework for audio/video apps, covering migration from MediaPlayer APIs.
How to check for a new iOS app version using Apple's public iTunes Lookup API without maintaining a server.
Guide on offering annual subscriptions as monthly payments using StoreKit, including setup, benefits, and code examples.
Apple's Screen Time overhaul for parents at WWDC offers better controls, but still lacks flexibility and granular features.
Guide to adding Center Stage framing to iOS camera apps using new APIs for dynamic aspect ratios and face-aware framing.
Guide to migrating app assets to Managed Background Assets in iOS, reducing initial download size with localized packs.
Learn how to use MetricKit and Instruments to detect and fix real-device performance regressions in iOS apps.
Apple's new Music Understanding framework from WWDC26 lets Swift apps analyze audio for key, rhythm, structure, pace, instruments, and loudness.
A developer uses Claude Code to debug persistent bugs in his app, reflecting on AI as a collaborative coding partner.
Podcast episodes covering WWDC reactions, Computex news, and interviews with Apple Design Award winners.
Tutorial on building a SwiftUI document app using the new WritableDocument API for snapshot-based saving and export.
Learn how to observe SwiftData changes using sectioned queries, ResultsObserver, and HistoryObserver without manual diffing.
Explores using Core Spotlight and SpotlightSearchTool to let users chat with app data via natural language queries.