👋🏼 Welcome to SwiftlyRush
We are getting closer to the middle of the year 🚀
I am a huge fan of this time of the year, not just because the sun is shining in the UK for the only few months of Summer we're likely to get but because many things are going to happen that make me happy.
It means we're only 4 months from SwiftLeeds, the conference I founded in 2019 and we start the ramping up of food choices, speakers and many other exciting things.
It also means we're going to have WWDC, which this year I am super excited about. I am going to be writing articles daily during the week of WWDC and I can't wait to see what announcements we get.
Are you feeling the same vibe? Let me know on Twitter
🥳 What's New
Use textCase() to make Text uppercase or lowercase
This week I have written another basic SwiftUI article covering textCase(). A SwiftUI modifier to make text uppercase or lowercase and I hope you can enjoy this :]
🔥 Community News
How to test @Published property with XCTest by Danijela's Vrzan
The first article by Danijela and what a first great article. It's a popular topic actually being able to test @Published properties and it's a great thing to consider when using SwiftUI.
Mastering TimelineView in SwiftUI by Majid
I have never seen TimelineView or even used it, so this article was a surprise for me. Have you ever checked out TimelineView?
Beginner's guide to Swift package manager command plugins - The.Swift.Dev.
Learn how to create command plugins for the Swift Package Manager to execute custom actions using SPM and other tools.
5 Quick SwiftUI App Ideas by Flo
How many apps can you build in SwiftUI in 1 hour? Flo has created this great video showing how it's possible. I think the best way to learn is by doing and by doing small apps that cover the core principles of app development, awesome work!
Map on collections in Swift | Software Development Notes
This article does a great job covering the basics of using map Swift functions over Collections