Supporting Reduced Motion accessibility setting in SwiftUI https://t.co/NtazFw9L6E
Tanaschita
Supporting Reduced Motion accessibility setting in SwiftUI
Learn how to support users with motion sensitivity by adapting animations in SwiftUI when the system’s Reduce Motion setting is enabled.
Late Night Silent Completions: Jiiiii — Part 602 https://t.co/A0My3OohqZ
YouTube
Late Night Silent Completions: Jiiiii — Part 602
Join Dimitri for some late night coding shenanigans while he makes an app from scratch!
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
High Performance SwiftData Apps https://t.co/bkEUgPAtnC
Jacobstechtavern
High Performance SwiftData Apps
My 3000-word apology for killing my iPhone processor
Handling WebView navigation in SwiftUI https://t.co/wngzUcBBcX
Artem Novichkov
Handling WebView navigation in SwiftUI
Learn how to handle navigation in WebView and WebPage
Cocoanetics : Four Months in the Making: SwiftMCP 1.0 is Here https://t.co/A0xDDd2NmS
Cocoanetics
Four Months in the Making: SwiftMCP 1.0 is Here
After four months of intensive development, I’m thrilled to announce that SwiftMCP 1.0 is feature-complete and ready for you to use. For those just joining, SwiftMCP is a native Swift implementatio…
Modern Swift Lock: Mutex & the Synchronization Framework https://t.co/UC6XH17cN4
SwiftLee
Modern Swift Lock: Mutex & the Synchronization Framework
Learn how a Swift lock can help you create thread-safe access to data as an alternative to actors in Swift Concurrency.
GitHub Trends Weekly : SwiftGen/SwiftGen https://t.co/HEHzBnmb0u
GitHub
GitHub - SwiftGen/SwiftGen: The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String…
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs! - SwiftGen/SwiftGen
Hitting the target with TestHelpers https://t.co/2BYAKIGAkb
William Boles
Hitting the target with TestHelpers
Modules are super useful for splitting our project into smaller, more manageable chunks. But they could be doing more. Here, we look at how a utility module can ease the burden not only for production targets but also test targets.
Build Your First AI Chatbot App with SwiftUI + Foundation Models Framework | iOS26 | WWDC25 https://t.co/5D50CoEG9s
YouTube
Build Your First AI Chatbot App with SwiftUI + Foundation Models Framework | iOS26 | WWDC25
Building a AI powered Chat App with Apple's New Foundation Models Framework In this tutorial, we dive into Apple's new Foundation Models framework introduced at WWDC 2025, which allows you to use Apples local LLMs in your apps. You will learn about the device…
Morphing glass effect elements into one another with glassEffectID https://t.co/zuF9Dn4MRi
Create with Swift
Morphing glass effect elements into one another with glassEffectID
Learn how to blend grouped glass effect components into a unique one during transitions using glassEffectID modifier.