Beyond GeometryReader: Building Better SwiftUI Modifiers with onGeometryChange https://t.co/F8os1kqaUh
Medium
Beyond GeometryReader: Building Better SwiftUI Modifiers with onGeometryChange
When building SwiftUI views that need to adapt to container sizes, many developers reach for GeometryReader. It’s the go-to solution, but…
App Store Award finalists announced https://t.co/MREB0LySB3
Apple
App Store Award finalists announced - Latest News - Apple Developer
Every year, the App Store Awards celebrate exceptional apps and games that improve people’s lives while showcasing the highest levels of technical innovation, user experience, design, and positive cultural impact. This year, the App Store Editorial team is…
24 SwiftUI Components You Didn’t Know Existed! https://t.co/fR1D1gbVfq
Medium
24 SwiftUI Components You Didn’t Know Existed!
Not a Medium Member? “Read For Free”
Little SwiftUI Tip: Get Network Information & Monitor Changes https://t.co/F4b5yNoBE1
Medium
Little SwiftUI Tip: Get Network Information & Monitor Changes
NWPathMonitor is Simple yet Powerful!
❤1
Liquid Glass Text View - Converting Text Into Shape - SwiftUI - Xcode https://t.co/vqXNEjzkeZ
YouTube
Liquid Glass Text View - Converting Text Into Shape - SwiftUI - Xcode
Hello Guys 🖐🖐🖐
In this video, I’ll show you how we can create Liquid Glass Text View using SwiftUI | SwiftUI Liquid Glass Text Effect | SwiftUI Text Writing Animation | SwiftUI Text Writing Effect | SwiftUI Text to Shape | SwiftUI Animations | Apple Hello…
In this video, I’ll show you how we can create Liquid Glass Text View using SwiftUI | SwiftUI Liquid Glass Text Effect | SwiftUI Text Writing Animation | SwiftUI Text Writing Effect | SwiftUI Text to Shape | SwiftUI Animations | Apple Hello…
Automatic property observation in UIKit with @Observable https://t.co/60Xn4KBagQ
Nil Coalescing
Automatic property observation in UIKit with @Observable
UIKit now has native support for Swift Observation, automatically tracking reads of @Observable properties in update methods, making it easier to share data between UIKit and integrated SwiftUI components.
Your First Swift Backend in 15 Minutes: A Guide for iOS Developers (Vapor + Railway) https://t.co/CtbYh5GFtp
Medium
Your First Swift Backend in 15 Minutes: A Guide for iOS Developers (Vapor + Railway)
Do you write Swift daily, craft beautiful iOS interfaces, but find yourself defaulting to Firebase Console or struggling to remember…
3 Debug Tricks for SwiftUI in 2025! https://t.co/M9wzPYPMe9
YouTube
3 Debug Tricks for SwiftUI in 2025!
Is your SwiftUI app updating views more than it should? Learn 3 powerful debugging techniques to identify and fix unnecessary view updates in your SwiftUI apps!
In this tutorial, I'll show you:
✅ Flash Update Regions - Xcode 16's new visual debugging feature…
In this tutorial, I'll show you:
✅ Flash Update Regions - Xcode 16's new visual debugging feature…
What’s a Zettelkasten Good for in the Age of Affordable LLM’s? https://t.co/1CUiHgZOq9
Christian Tietze
What’s a Zettelkasten Good for in the Age of Affordable LLM’s?
Last Saturday was Global Day of Code Retreat (GDCR) and one challenge session was to only use AI with prompts to implement the Game of Life rules. Folks who don't use LLM's a lot tried to describe the ...
iOS 26 Toolbar Transitions | Toolbar APIs | Toolbar Morphing | SwiftUI | Xcode 26 https://t.co/xpzGGvFa6U
YouTube
iOS 26 Toolbar Transitions | Toolbar APIs | Toolbar Morphing | SwiftUI | Xcode 26
Hello Guys 🖐🖐🖐
In this video, I’ll show you how we can create a toolbar which morphs its contents based on the currently active view using SwiftUI | SwiftUI Toolbar Transitions | SwiftUI Toolbar Morph Transitions | iOS 26 Toolbar Morph Effect | iOS 26 Toolbar…
In this video, I’ll show you how we can create a toolbar which morphs its contents based on the currently active view using SwiftUI | SwiftUI Toolbar Transitions | SwiftUI Toolbar Morph Transitions | iOS 26 Toolbar Morph Effect | iOS 26 Toolbar…
GitHub Trends Weekly : vsouza/awesome-ios https://t.co/5KIaipxZxd
GitHub
GitHub - vsouza/awesome-ios: A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects - GitHub - vsouza/awesome-ios: A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
Using associated domains alternate mode during development https://t.co/kzbpWEROiq
Tanaschita
Using associated domains alternate mode during development
How to test AASA files without waiting for Apple's CDN. When working with associated domains, for exmaple to support universal links, shared web credentials, or App Clips. iOS normally fetches the apple-app-site-association (AASA) file through Apple's CDN…