SwiftUI Weekly - Issue #164
The curated collection of links about SwiftUI. Delivered every Monday.
Sponsor
Judo
Judo is a design and build tool for SwiftUI apps that writes production-ready code for you while you’re designing. Eliminate back-and-forth with developers and free them from unrewarding grunt work.
Reading
Sensory feedback in SwiftUI
SwiftUI introduced the new sensoryFeedback view modifier, allowing us to play haptic feedback on all Apple platforms. This week, we will learn how to use the sensoryFeedback modifier to give haptic feedback on different actions in our apps.
How to dismiss Keyboard in SwiftUI
Learn how to programmatically dismiss a keyboard in SwiftUI.
Mastering Xcode Previews: Show, Edit, and Preview SwiftUI Code
Are you tired of constantly running your app on a simulator or physical device just to see how your SwiftUI or UIView changes look? Well, fret no more! Xcode Previews is here to revolutionize your development workflow.
Replacing IBDesignable with Xcode Previews
If you’re still using IBDesignable and IBInspectable it’s time to migrate to Xcode Previews.
Videos
ContentUnavailableView in iOS 17
Let me introduce you to the new iOS17 ContentUnavailableView I’ll will show you how you can customize the content and display a different one depending on whether you have content in a list view, or if it the result of an empty or invalid search.