#SwiftUI
Deep dive into iOS 26 Liquid Glass adaptation 🔍

From Sheet refactoring to custom glass text
From UIBarButtonItem sizing to CABackdropLayer control
Complete solutions for UIKit + SwiftUI hybrid architecture

fatbobman.com/en/posts/gr...
Grow on iOS 26 - Liquid Glass Adaptation in UIKit + SwiftUI Hybrid Architecture
Practical iOS 26 Liquid Glass adaptation experience from Grow (180K+ 5-star ratings). Covers Sheet/Navigation/Popover refactoring, UIBarButtonItem size calculation, CABackdropLayer side effects, custom glass text effects in UIKit + SwiftUI hybrid architecture. Includes complete runnable demo project.
fatbobman.com
November 12, 2025 at 12:28 PM
🚀 Kickstart On-Device AI in SwiftUI with Apple's Foundation Models! 🤖 Build private, low-latency apps for iOS 18+ summarization, chatbots & more, no cloud needed. #dotnet #swiftui #appleintelligence #foundationmodels www.ottorinobruni.com/getting-star...
Getting Started with Apple Foundation Models for Local AI in SwiftUI - Ottorino Bruni
Learn how to use Apple Foundation Models for on-device AI in SwiftUI apps. Build local, private, and intelligent features without external APIs
www.ottorinobruni.com
November 12, 2025 at 8:59 AM
That satisfying AI glow effect in Xcode's Coding Intelligence? You can have it in your SwiftUI apps too.

Here's how to make your views shine: livsycode.com/swiftui/an-...
An Apple Intelligence-Style Glow Effect in SwiftUI → Livsy Code
Greetings, traveler! Apple’s recent design language introduces a glowing, animated stroke effect that highlights shapes and components in a subtle yet dynamic way. Let’s walk through how to recreate this effect in SwiftUI with reusable extensions. Extending View with Background and Overlay The first step is to make the glow effect easy to apply anywhere.
livsycode.com
November 12, 2025 at 8:30 AM
🛠 𝑃𝑜𝑤𝑒𝑟-𝑈𝑝 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 𝐹𝑜𝑟𝑚 𝑉𝑎𝑙𝑖𝑑𝑎𝑡𝑖𝑜𝑛 𝑤𝑖𝑡ℎ 𝐾𝑒𝑦 𝑃𝑎𝑡ℎ𝑠 by Daniel Saidi (@danielsaidi.bsky.social)

Form validation boilerplate getting unwieldy? Use keypaths to reduce repetition and boost readability in your SwiftUI forms.

#SwiftUI #Forms

danielsaidi.com/blog/2025/10...
Power-Up SwiftUI Form Validation with Key Paths
I struggled to start using keypaths in Swift, but I’m really glad that they’re now a go-to tool to reduce repetition and increase readabi...
danielsaidi.com
November 12, 2025 at 8:07 AM
It’s about positioning SwiftUI in the field of tension between MVC and model-view-update — for a good explanation of that field of tension, see https://dl.acm.org/doi/10.1145/3759163.3760429
I’m working on mine 😎
Deadline for #BOBkonf2025 submissions is coming up fast: you have one more week — call ends end of day on 17 November 2025.

bobkonf.de/2026/cfc.html
November 12, 2025 at 7:33 AM
🎉 I just finished Day 31 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/31 via @twostraws
Day 31 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
November 12, 2025 at 6:29 AM
I need to work up the spoons to send my Xcode project to Apple’s “code-level support” to figure out why it refuses to run any SwiftUI on watchOS, I wish building something for this platform weren’t such a constant slog
November 12, 2025 at 12:29 AM
TIL Bartender 5 can't show newer SwiftUI Menu API stuff. 😢 #apple #swiftdev
November 11, 2025 at 11:07 PM
Fixed a cute bug where my FaceTime-style camera view resized laggy. The SwiftUI border was instant, but AVCaptureVideoPreviewLayer lagged. Sonnet 4.5 said Core Animation was animating size changes. Wrapped in CATransaction + setDisableActions(true). Now smooth. Robots remember.
November 11, 2025 at 10:31 PM
Make your views and controls fit perfectly within their containers using new SwiftUI APIs in iOS 26 such as the ConcentricRectangle shape and the containerShape() view modifier: nilcoalescing.com/blog/Concent...
#iOSDev #SwiftUI
Corner concentricity in SwiftUI on iOS 26
Make your views and controls fit perfectly within their containers using new SwiftUI APIs in iOS 26 such as the ConcentricRectangle shape and the containerShape() view modifier.
nilcoalescing.com
November 11, 2025 at 8:50 PM
I have a UIKit Window with a UIHostingController compiling as a Catalyst app (Mac Optimized) with a SwiftUI view supplying toolbar items.

No matter what I do, I can't get the top toolbar items to group (adopting Liquid Glass) or to not render as tiny little […]

[Original post on mastodon.social]
November 11, 2025 at 7:50 PM
Nice little animations for SF Symbols.
Do you have a better idea for the medium symbol?

#iosdev #swiftui
November 11, 2025 at 7:38 PM
Issue 88 of Not only Swift is out! SwiftUI performance secrets, Firebase AsyncStreams livestream, developer tools, and Apple's updated Swift tutorials.

peterfriese.dev/newsletter/...
Not only Swift - Issue #88
Why is your SwiftUI List so slow? This issue dives deep into SwiftUI performance secrets, plus my Firebase AsyncStreams livestream, clever developer tools, and Apple's beautifully updated Swift tutorials.
peterfriese.dev
November 11, 2025 at 4:30 PM
Interesting. Simply displaying this table seems to be extremely expensive on the main actor and it prevents the chart from updating immediately, even though fetching the data only takes a few milliseconds. Is Table really that costly to render or am I missing something?

#iOSDev #SwiftUI
Querying one million rows with 12 properties each fully locally using SQLite. I think this is pretty decent performance, especially considering that such a large dataset is only expected for a very small user base. The UI is powered by SwiftUI and Swift Charts.

#iOSDev #SwiftUI
November 11, 2025 at 4:28 PM
Unfortunately that did not work (for me) but running the simulator and/or SwiftUI Previews with the older iOS20.0.1 did fix the issue.
Putting a wallpaper on the corresponding Simulator fixes the issue for now.
November 11, 2025 at 3:51 PM
📊 𝑃𝑙𝑎𝑦𝑖𝑛𝑔 𝑤𝑖𝑡ℎ 𝑆ℎ𝑒𝑒𝑡 (𝑜𝑛 𝑖𝑂𝑆) by Danny Bolella (@dbolella.bsky.social)

Master sheet presentations beyond basic modals. Explore 𝑝𝑟𝑒𝑠𝑒𝑛𝑡𝑎𝑡𝑖𝑜𝑛𝐷𝑒𝑡𝑒𝑛𝑡𝑠, interactive gestures, and dismissal patterns for fluid interfaces.

#SwiftUI #iOSDev

captainswiftui.substack.com/p/playing-wi...
Playing with Sheet (on iOS)
A look at how Apple has reshaped modal and sheet presentations in SwiftUI for iOS
captainswiftui.substack.com
November 11, 2025 at 2:21 PM
Bon je vais devoir partir sur du CRDT écrit en Rust… à deux doigts d’écrire le backend applicatif directement en Rust et juste faire l’UI en SwiftUI 🫥
November 11, 2025 at 12:23 PM
New in SwiftUI 🚀

In iOS 26.0+, you can now add ticks to sliders - perfect for visual guidance.

learnandcodewithenid.com
November 11, 2025 at 11:54 AM
SwiftUI provides the FocusState property wrapper that works on all Apple platforms and allows us to focus on a particular view or check if that view is already focused. The usage is effortless.
swiftwithmajid.com/2021/08/24/m...
November 11, 2025 at 10:58 AM
Xcode users. If your Mac is getting unusually warm running Xcode 26.1 (17B55) and macOS 26.1 check the Console for MercuryPosterExtension.ips files filling the crash reports. In ActivityMonitor, "ReportCrash" will be burning up your CPUs. It's related to SwiftUI Previews. FB20986632
November 11, 2025 at 8:34 AM
✨ 𝑍𝑜𝑜𝑚𝑖𝑛𝑔 𝑊𝑖𝑡ℎ 𝑇ℎ𝑒 𝑀𝑎𝑔𝑛𝑖𝑓𝑦 𝐺𝑒𝑠𝑡𝑢𝑟𝑒 𝑖𝑛 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 by Gabriel Theodoropoulos

Pinch-to-zoom mastery: handle both temporary and persistent magnification with 𝑀𝑎𝑔𝑛𝑖𝑓𝑦𝐺𝑒𝑠𝑡𝑢𝑟𝑒. Gabriel shows how.

#SwiftUI #Gestures

serialcoder.dev/text-tutoria...
November 11, 2025 at 8:08 AM
🎉 I just finished Day 30 of the #100DaysOfSwiftUI at www.hackingwithswift.com/100/swiftui/30 via @twostraws
Day 30 – 100 Days of SwiftUI
Follow the 100 Days of SwiftUI and learn to build apps for free.
www.hackingwithswift.com
November 11, 2025 at 6:51 AM
So I'm doing what Designjoy did for graphic design, but for iOS code:

One subscription. Unlimited conversions. Fast delivery.

Pricing:
→ Launch: €2,999/mo (first 2 clients)
→ Regular: €5,999/mo

Delivery: 24 hours per screen
Quality: Senior-level SwiftUI
November 11, 2025 at 6:41 AM
Launching my first productized service today 🚀

figmatoswiftui.com

Unlimited Figma → SwiftUI conversions in 24 hours.

Here's the full story 🧵👇

#buildinpublic
November 11, 2025 at 6:41 AM