Trending

Contents

Apple Books Expandable Menu | SwiftUI | Xcode

Build an Apple Books–style expandable menu in SwiftUI. The video shows creating a custom menu component that expands and collapses with smooth animations, structuring views and toggling state in Xcode. Takeaway: leverage SwiftUI’s animation-driven state to craft polished, interactive menus.

If You’re Running Paid App Ads, You NEED to Watch This

High-level guidance on paid app marketing across Meta Ads, Apple Search Ads (ASA), CTV, and influencer channels. Emphasizes understanding what drives results before scaling spend—set up measurement, track ROI, and validate channels. Takeaway: prioritize analytics first.

Truncated Text Effect | Tap to Expand Text View | Text Animations | Text Renderer | SwiftUI

Build an expandable SwiftUI Text that truncates long content and expands on tap with animation. The demo shows using Text with lineLimit/truncation, @State to toggle expanded, onTapGesture + withAnimation, and a text renderer to produce smooth transitions. Handy for posts/descriptions that need 'read more' behavior.

App Store Style Toolbar Scroll Effect | Toolbar Header Scroll Effect | SwiftUI

Build an App Store–style collapsing toolbar/header scroll effect using native SwiftUI. The video demonstrates wiring scroll behavior with SwiftUI toolbar APIs and modifiers to update the header as you scroll—no UIKit needed. Takeaway: craft responsive toolbars purely in SwiftUI.

App Growth Roadmap: Which Marketing Channels Work at Each Stage

Recording of a live coaching call outlining an app growth roadmap—how to choose and prioritize marketing channels at different product stages. Focuses on aligning tactics with stage, evaluating what works, and scaling effectively. Takeaway for iOS developers: pair product work with stage-appropriate acquisition strategies and clear metrics.

Understanding scenes for your macOS app

Guide to SwiftUI scenes on macOS: WindowGroup (basic and data-driven; openWindow(value:) with one-window-per-value/state restoration), Window (single-instance via id), UtilityWindow for panels, DocumentGroup+FileDocument (sandbox file entitlements), Settings, and MenuBarExtra (.menu/.window).

Latest

Videos

Apple Stocks UI Animation: Auto Scroll & Looping ScrollView Using SwiftUI - Xcode 26

Tutorial recreates Apple Stocks’ auto-scrolling ticker in SwiftUI. Builds a looping ScrollView that continuously scrolls items with smooth animation and automatic advancement, achieving an infinite cycle. Useful pattern for tickers/carousels in SwiftUI. Uses Xcode 26.