One of those imports I’ve not written before: import SoundAnalysis. It’s one of those frameworks that makes something that seems impossible, pretty doable for any of us!
createwithswift.com
While SwiftData missed important updates during last WWDC, several open-source frameworks appeared. This article shows an overview of the current state and how you should approach picking the right data solution.
fatbobman.com
Structural identity is at the core of SwiftUI. Knowing how it works is crucial when developing apps using SwiftUI and this article by Natascha Fadeeva is here to refresh your knowledge.
tanaschita.com
Looking at the click-through rate of all links in SwiftLee Weekly, I can clearly see a winner: articles related to navigation in SwiftUI. Since there isn’t a golden path (will there ever be?) there’s always a debate on what solution to use. Tiago Henriques is here to show you how to use the Coordinator pattern.
tiagohenriques.dev
\n | \n SWIFT EVOLUTION\nAn overview of last week's Swift Proposal state changes. Check them out when they're in review, as it's your opportunity to influence the direction of Swift's future. \n\n | \n\n |
\n | \n | \n |
\n | \n QUESTION OF THE WEEK\n\n \n“ \nIs it the right time to migrate to Swift 6? \n— Vien\n \nThis is such a timely question since there's a lot of movement in this area as we speak! \nWhile preparing my talk for AppDevCon and Deep Dish Swift, I've been looking through current open proposals and one of the latest vision documents. I've realized I've always expected async/await and Swift Concurrency to be in a final state. In other words, I kind of assumed \"this is it and we have to deal with what we have today\". \nThe opposite is true and after reading the above vision document, I came to realize we've simply been using the best-first-version of Swift Concurrency. Decisions were made to increase performance in favor of usability and after developers started adopting, the Swift team came to realize improvements are needed. \nWhat I like is that they're not simply make bold decisions, but they're carefully thinking through several types of end-users. Some developers need advanced concurrency while others are perfectly fine with a single-threaded application. \nA question that comes to mind is whether it's the right time to migrate existing projects/packages to Swift 6. The proposals related to the vision document have a potential large impact on the work required for a migration, so you could say: yes, if possible, wait a little bit. However, depending on your project's size, a migration to Swift 6 today is already doable. \nWhether or not you decide to migrate today, I highly encourage you to invest in your knowledge and try to prevent extra tech debt. I believe in so-called migration habits and will share them all during my talk. If you're unable to attend either AppDevCon or Deep Dish and still interested to learn more, you can get my course and learn all about them in detail. \n | \n\n |
\n |
| \n\n |
\n | \n EARN ROCKETSIM LIFETIME\nShare and Earn RocketSim Lifetime & a 1-on-1 coaching session\nApple has recognized RocketSim as an Essential Developer Tool in the Mac App Store, and now you can get lifetime Pro access by sharing your unique referral link! [RH_REFLINK GOES HERE]
Several subscribers have already claimed their rewards—will you be next? \nThank you so much for your support, and until next Tuesday, \nAntoine \n | \n\n |
\n | \n \n Thanks for being a SwiftLee subscriber! This newsletter is built with Kit. \n | \n\n |
\n | \n | \n |
\n | \n |
|
A new SwiftLee article, code snippet, Swift Evolution updates, 5 top community articles, and a weekly answer to a question from the community to level up your Swift skills.
This week's SwiftLee Weekly covers: What's new in Xcode 16.3 and Swift 6.1? Static vs. Dynamic dispatching New: RocketSim AI Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST SwiftUI Grid, LazyVGrid, LazyHGrid Explained with Code Examples SwiftUI offers a Grid view, but it also comes with a LazyVGrid and LazyHGrid. Do you know when to use which? SPONSORED Discover the Top 10 Best Practices in App Distribution Appcircle seamlessly integrates the best app distribution practices into your...
This week's SwiftLee Weekly covers: SwiftData's ModelActor is weird A new FlowNavigation library for SwiftUI Why you should avoid using Group in SwiftUI Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST SwiftUI TabView: Explained with Code Examples A standard TabView in SwiftUI isn't that interesting, but have you already played around with the sidebarAdaptable style and sections? I love how easy it has become to create this kind of navigation. SPONSORED Capture, Debug, and Optimize...
This week's SwiftLee Weekly covers: Rendering Pixel Art in SwiftUI .animation() vs. withAnimation() An @Observable performance risk Enjoy this week's SwiftLee Weekly! THIS WEEK'S BLOG POST Picker in SwiftUI explained with code examples While AI greatly helps us, I always look for a quick visual overview of different SwiftUI element styles. This is why I'm writing about pickers in SwiftUI this week: to give a visual overview of the different available styles that I can revisit myself....