Trending

Contents

New iOS 26 Style OnBoarding Animation Using SwiftUI | Complex Animations | Xcode 26

Walkthrough to recreate iOS 26 first‑launch onboarding animation in SwiftUI. Builds a multi-step, state-driven UI with animated transitions to mirror Apple’s effect, showing how to compose complex sequences and tune timing for smooth performance. Useful patterns for onboarding flows you can adapt in Xcode 26 projects.

Isolate SwiftUI animations to specific attributes

animation(_:value:) can cause unintended animations in reusable SwiftUI containers. Use animation(_:body:) (iOS 17) to isolate which modifiers animate by scoping them in the closure (e.g., only opacity). This prevents accidental text/layout animations and keeps components predictable.

App Store Optimization: The Proven ASO Framework for 2026

Overview of a 2026 App Store Optimization framework to grow organic downloads without paid ads. Focuses on improving App Store presence, discoverability, and conversion through structured ASO steps aimed at iOS developers managing listings. Marketing-focused; no code/APIs, just practical process and metrics.

Tracking token usage in Foundation Models

Guide to measuring token usage with Apple’s Foundation Models in iOS 26.4: get SystemLanguageModel.contextSize; use model.tokenUsage(for:) for instructions, prompts, tools (schema overhead), and transcripts; compute context %. Caveats: throws if AI disabled; Xcode 26.4 beta SensitiveContentAnalysisML error.

How to Build Profitable Apps With AI

Overview of building profitable AI-driven apps. Discusses how AI reshapes development with vibe coding, agentic workflows, and modern AI tools, and how to apply them to product features and business value. Geared to help iOS devs plan AI integration and monetization strategies.

Liquid Glass Morphing Tab bar | Expandable Tab Bar | SwiftUI | Xcode 26

Build a custom SwiftUI “Liquid Glass” tab bar that morphs and expands smoothly. The video demonstrates creating a bespoke, animated navigation control in SwiftUI with state-driven transitions, emphasizing a polished, fluid UX. Takeaway: implement an expandable, visually rich tab bar in Xcode using SwiftUI animations.

Latest

Videos

Liquid Glass Morphing Tab bar | Expandable Tab Bar | SwiftUI | Xcode 26

Build a custom SwiftUI “Liquid Glass” tab bar that morphs and expands smoothly. The video demonstrates creating a bespoke, animated navigation control in SwiftUI with state-driven transitions, emphasizing a polished, fluid UX. Takeaway: implement an expandable, visually rich tab bar in Xcode using SwiftUI animations.