Pre-WWDC Checklist for iOS Developers

A practical checklist for iOS developers before WWDC: stabilize your app, archive your current setup, prepare for beta SDKs, and decide what to watch during the conference.

May 16, 2026#ios#swift#xcode

WWDC 2026: Dates, Format, and What Developers Should Watch

Apple WWDC 2026 runs June 8-12 as an online developer conference, with a special in-person kickoff event at Apple Park on June 8.

May 14, 2026#apple#ios#swiftui

SwiftUI Pain Points Are Still Active

SwiftUI is mature enough for real apps, but developers are still hitting pain points around navigation, performance, previews, UIKit escape hatches, and OS-version constraints.

May 11, 2026#swiftui#ios#swift

Writing a Swift Inference Pipeline for Chatterbox Turbo

How I ported the Chatterbox TTS model to run fully on-device using ONNX Runtime Swift bindings — including KV cache management, memory-safe autorelease scoping, and audio resampling without a single third-party DSP library.

May 10, 2026#Swift#AI#ML#macOS

Auto-Tagging in iOS with an OpenRouter LLM API

Here's how I built a background analyzer that uses an LLM to generate titles and tags for every draft — fully automatic, non-blocking, with retries and concurrency control.

App Intents Are Getting More Important

App Intents are becoming one of the most important integration points for iOS apps because they connect app features to Siri, Shortcuts, Spotlight, widgets, controls, and Apple Intelligence.

iOS Deep Linking: URL Schemes vs Universal Links

There are two ways to implement deep linking in iOS: Define your own custom schemes, or use standard HTTP or HTTPS links that can open your app if it is installed.

Apr 09, 2026#ios

Top 10 AI Tools for Content Creators in 2026

Elevate your creative production with the 10 essential AI tools dominating 2026, from deep-research collaborators to cinematic video engines. No more manual bottlenecks.

Mar 18, 2026#AI#ML#Tools#Lists

Playbook for Indie App Promotion

A practical indie app promotion playbook for developers building and shipping real products, with lessons from the macOS ecosystem.

Dec 30, 2025#career#misc

When the Order of View Modifiers Matters in SwiftUI

Order matters when it changes how your view looks, lays out, or reacts. Doesn’t matter when only set or override a property, and doesn’t wrap or transform the view hierarchy.

Sep 23, 2025#swiftui