Trending

Contents

Customizing Native Tab Bar With FAB Buttons | Tab Bar Custom Search Role Button | iOS 26 | Xcode 26

Guide to customizing the native iOS Tab Bar by adding a floating action button (FAB) and a custom Search role button. Covers positioning with Auto Layout, wiring actions, and integrating with UITabBarController/UITabBar/UIButton. Notes safe‑area, sizing, and touch handling for a polished navigation UI.

Using Xcode Instruments to optimize Swift Concurrency Code

Use Xcode Instruments’ Swift Concurrency template to profile and optimize async code. Leverage Swift Tasks, Swift Actors, Time Profiler, and Hangs to find contention, queue growth, and CPU hotspots. Test at scale to surface issues that don’t appear in small datasets.

How Top Apps Scale Millions with AI & Performance Marketing in 2026

Live chat from MAU Vegas 2026 on how top apps scale to millions using AI and performance marketing. Focuses on leveraging AI to optimize acquisition and spend, iterate campaigns using data, and measure ROI. No iOS APIs or code covered. Takeaway: align product with marketing and use analytics/AI to grow efficiently.

How to Build AI Landing Pages With Images and Videos

Walkthrough of building an AI-driven landing page that uses contextual images and AI-generated videos. Covers the full creation workflow with an AI tool and assembling the page content. Oriented toward automated marketing/media production; no specific platform code or APIs discussed.

Refreshing and animating views using TimelineView in SwiftUI

Guide to SwiftUI TimelineView for time-driven UI. Covers schedules: everyMinute, periodic(from:by:), and animation(minimumInterval:paused:) to refresh or drive effects. Uses TimelineView.Context date and cadence to adapt detail. Notes when to use Timer vs TimelineView.

SwiftUI Shape Morphing View | Morphing SF Symbols | Metaball Effect | Gooey Morphing Animation

Create a reusable SwiftUI view that morphs between shapes and SF Symbols with a gooey metaball effect. Uses SwiftUI animations to interpolate states and visual blending to connect blobs. Shows setting up morph targets and state-driven transitions, with notes for smooth, performant morphing. Useful for custom, fluid UI effects.

Latest

Videos

Build an AI Voice Journal App with Claude Code From Scratch

Build a voice journal app: record audio, transcribe speech, send text to Claude for summaries/tags, then store entries. Shows wiring voice input, LLM API calls, and basic persistence. Notes latency, cost, and rate limits for AI calls. Takeaway: pair speech input with LLMs to elevate journaling UX.