Snapp Technology
Snapp iOS Weekly
Issue 78 February 6, 2026

Hi folks!

It’s not very often that Apple posts developer-related news on their website, but the release candidate of Xcode 26.3 got a proper PR because of it’s agentic coding capabilities. Some developers are posting details about the new first-tier MCP capabilities baked into the release, the most interesting among which is the ability to run SwiftUI previews.

The week was also big for Swift with a Windows working group announcement on Swift website. It outlines the goals of the working group:

The primary goal is to ensure ongoing support for Swift on Windows, enabling users to develop Windows applications using the Swift programming language and its associated tools.

In the last bit of news, we’re getting really close to the final release of iOS 26.3 with the release candidate already in testing, while the latest macOS betas are hinting that M5-powered MacBook Pro is coming soon

Subscribe

Articles

AI/ML

SwiftUI Agent Skill: Build better views with AI

Antoine van der Lee

Tired of fixing the same SwiftUI mistakes across projects? An open-source agent skill teaches AI to write better views from the start.

How to Use LLM as a Judge (Without Getting Burned)

Manthan Gupta

Can LLMs reliably evaluate other AI models? Discover how to build fair evaluation systems without burning your tokens.

SwiftUI

Dark Mode

Wesley de Groot

Need to implement Dark Mode in your SwiftUI app? Explore automatic support, custom views with @Environment, and forcing specific interface styles.

Transforming Glass Views with the glassEffectID Modifier in SwiftUI

Gabriel Theodoropoulos

Want to create smooth morphing transitions between glass-effect views? Master the glassEffectID modifier for seamless visual effects.

From broken to testable SwiftUI navigation: The decoupled approach of MVVM with coordinators

Matteo Manferdini

Scattered navigation logic breaking your tests? Centralizing routing with coordinators makes navigation testable and scalable.

Framework

On-demand resources in iOS app

Majid Jabrayilov

Ever thought about keeping API tokens out of your app binary? On-Demand Resources offer a clever defense-in-depth technique worth exploring.

From Pixel Capture to Metadata: Reimagining Screen Recording Architecture on macOS

Xu Yang

Building a macOS screen recorder exposes surprising pitfalls—from ScreenCaptureKit errors to Metal composition. Discover the architecture decisions that make it work.

A visual cheat sheet of Combine operators

Natascha Fadeeva

Need a quick reference for Combine operators? A visual cheat sheet with diagrams shows how values flow through each operator.