← All articles
TAG

#SwiftUI

26 articles

Why AI Coding Agents Write Inconsistent SwiftUI (and How to Fix It)
AISwiftUIClaude Code

Why AI Coding Agents Write Inconsistent SwiftUI (and How to Fix It)

AI coding agents write SwiftUI that drifts: mixed state patterns, deprecated APIs, hardcoded strings. Why it happens, and how project conventions fix it.

9 min
How to Restore Purchases in a SwiftUI App (and Pass App Review)
SwiftUIStoreKitRevenueCat

How to Restore Purchases in a SwiftUI App (and Pass App Review)

Every iOS subscription app needs a working Restore Purchases button to pass review. How to restore purchases in SwiftUI with StoreKit 2 and RevenueCat.

8 min
Vibe Coding a Paid iOS App: What the AI Agent Can and Can't Do
AISwiftUIiOS

Vibe Coding a Paid iOS App: What the AI Agent Can and Can't Do

Vibe coding a paid iOS app with an AI agent works for the code and stops at the App Store. What it can build, what it can't, and the workflow that fits.

9 min
Cursor Rules for SwiftUI: Keeping AI-Generated iOS Code Consistent
CursorSwiftUIiOS

Cursor Rules for SwiftUI: Keeping AI-Generated iOS Code Consistent

Cursor rules keep AI-generated SwiftUI consistent with your iOS project. The MDC format, globs scoping, what to put in a rule, and syncing with AGENTS.md.

9 min
Claude Code for iOS Development: A Setup That Actually Works
Claude CodeiOSXcode

Claude Code for iOS Development: A Setup That Actually Works

Yes, you can use Claude Code for iOS development. How to pair the terminal agent with Xcode, build and test from the CLI, plus CLAUDE.md, hooks, and MCP.

10 min
AGENTS.md for iOS: Keeping Claude Code and Cursor Consistent in SwiftUI
SwiftUIiOSAI

AGENTS.md for iOS: Keeping Claude Code and Cursor Consistent in SwiftUI

Use AGENTS.md to keep Claude Code, Cursor, and Codex writing consistent SwiftUI in your iOS project. What to put in it, how each reads it, and a starter.

10 min
Live Activities and the Dynamic Island in SwiftUI on iOS 27
iOS 27SwiftUIActivityKit

Live Activities and the Dynamic Island in SwiftUI on iOS 27

Build Live Activities and the Dynamic Island in SwiftUI on iOS 27. ActivityKit setup, updates, push tokens, and dismissal policies, with real code.

10 min
Liquid Glass in SwiftUI: A Practical Guide for iOS 27
iOS 27SwiftUILiquid Glass

Liquid Glass in SwiftUI: A Practical Guide for iOS 27

Adopt Liquid Glass in SwiftUI on iOS 27. glassEffect, GlassEffectContainer, morphing button groups, tinted glass, and when to leave it alone.

9 min
iOS 27 Home Screen Widgets in SwiftUI: A Complete Guide
iOS 27SwiftUIWidgetKit

iOS 27 Home Screen Widgets in SwiftUI: A Complete Guide

Build iOS 27 Home Screen widgets in SwiftUI. WidgetKit, TimelineProvider, interactive widgets with App Intents, and the new extra-large portrait family.

11 min
On-Device AI in SwiftUI with Apple's Foundation Models
SwiftUIiOSAI

On-Device AI in SwiftUI with Apple's Foundation Models

Run on-device AI in a SwiftUI app with Apple's Foundation Models: LanguageModelSession, guided generation with @Generable, streaming, and iOS 27 updates.

10 min
How to Add Push Notifications to a SwiftUI App
SwiftUIiOSPush Notifications

How to Add Push Notifications to a SwiftUI App

Add push notifications to a SwiftUI app in 2026: request permission, schedule reminders, register for APNs, and handle taps and foreground alerts.

10 min
How to Add Sign in with Apple to a SwiftUI App
SwiftUIiOSAuthentication

How to Add Sign in with Apple to a SwiftUI App

Add Sign in with Apple to a SwiftUI app in 2026: the button, the credential, the nonce, why name and email arrive only once, and server-side verification.

10 min
How to Add Subscriptions to a SwiftUI App with RevenueCat
RevenueCatSwiftUISubscriptions

How to Add Subscriptions to a SwiftUI App with RevenueCat

Add subscriptions to a SwiftUI app with RevenueCat in 2026: dashboard setup, a paywall with RevenueCatUI, entitlement gating, restore, and testing.

11 min
StoreKit 2 vs RevenueCat for Indie iOS Apps in 2026
StoreKitRevenueCatiOS

StoreKit 2 vs RevenueCat for Indie iOS Apps in 2026

StoreKit 2 vs RevenueCat for indie iOS apps in 2026: the real cost, working code for both, what iOS 27 changed, and a clear way to choose.

10 min
AsyncImage in iOS 27: Headers, Caching, and Custom Sessions
SwiftUIiOSAsyncImage

AsyncImage in iOS 27: Headers, Caching, and Custom Sessions

iOS 27 rebuilds SwiftUI's AsyncImage with URLRequest support, custom URLSessions, and phase-based errors. Load authenticated images, no custom loader.

7 min
Device Compatibility Testing for SwiftUI Indie Apps
device compatibility testingios testingswiftui

Device Compatibility Testing for SwiftUI Indie Apps

A pragmatic guide to device compatibility testing for indie iOS teams. Learn to create a device matrix, automate tests, and validate SwiftUI apps on iOS 17+.

17 min
iOS App Stats: The 2026 Guide for Indie Developers
ios app statsapp store analyticsindie developer

iOS App Stats: The 2026 Guide for Indie Developers

Get the essential iOS app stats and benchmarks for 2026. This guide helps indie developers track what matters for retention, revenue, and paywall conversion.

20 min
iOS App Recommendations: 10 Engines for Personalization
ios app recommendationsrecommendation engineswiftui

iOS App Recommendations: 10 Engines for Personalization

Our top iOS app recommendations for adding personalization. Compare 10 recommendation engines like Algolia, Recombee, and Core ML for your SwiftUI app.

20 min
Swift & SwiftUI Time Zone Management: 2026 Guide
time zone managementswiftswiftui

Swift & SwiftUI Time Zone Management: 2026 Guide

Master Time Zone Management for Swift & SwiftUI apps. Learn UTC storage, local display, notifications, API handling, and testing to prevent common bugs.

19 min
A Production-Ready Feature Flag Implementation for SwiftUI
feature flag implementationswiftuiios development

A Production-Ready Feature Flag Implementation for SwiftUI

Learn a production-ready feature flag implementation for SwiftUI apps. Our guide covers architecture, SDKs, RevenueCat integration, and rollout strategies.

20 min
Indie iOS Release Management Strategy: 2026 Guide
release management strategyios developmentapp store connect

Indie iOS Release Management Strategy: 2026 Guide

Master your indie iOS release management strategy for 2026. Get practical tips & best practices for successful app launches and updates.

18 min
Universal Links iOS: Your 2026 Implementation Guide
universal links iosios deep linkingswiftui

Universal Links iOS: Your 2026 Implementation Guide

Learn to implement universal links ios in 2026. Our guide covers AASA files, Xcode setup, SwiftUI, debugging, and best practices for seamless web to app

21 min
Rapid Mobile App Development: SwiftUI Apps in Weeks 2026
rapid mobile app developmentios developmentswiftui

Rapid Mobile App Development: SwiftUI Apps in Weeks 2026

Master modern rapid mobile app development for iOS. Ship a production SwiftUI app with subscriptions & auth, step-by-step, in weeks by 2026.

22 min
Master Dependency Injection Swift in 2026
dependency injection swiftswiftuiios development

Master Dependency Injection Swift in 2026

Master dependency injection swift with our practical guide for 2026. Explore protocols, SwiftUI's Environment, testing, Swinject, Resolver, and choosing the

17 min
SwiftUI User Feedback Collection: A Practical Guide
user feedback collectionswiftuiios development

SwiftUI User Feedback Collection: A Practical Guide

Learn how to implement user feedback collection in your SwiftUI app. This practical guide covers in-app UX, RevenueCat integration, AI automation, and more.

17 min
Mastering Family Sharing iOS for Developers
family sharing iosapp store connectrevenuecat

Mastering Family Sharing iOS for Developers

A practical guide for developers implementing family sharing ios. Covers App Store Connect setup, subscriptions, validation, testing, and edge cases for 2026.

18 min
Community appsJoin Discord