Deep Dive Into Macros Swift 5.9 (WWDC23) introduced Macros to make your codebase more expressive and easier to read. In this article, I'll go over why swift macros exist, how they work and how you can easily set up one of your own.
What the **** is an @escaping closure in Swift It's a fundamental question in every Apple Developer tech interview. What is the main difference between closures marked with @escaping and non-escaping closures? In this article, I'll go over the fundamentals of this question so you can better understand the how and why of using @escaping.
Incorporate Zendesk Chat SDK into Your iOS App In this post, I will provide an insightful overview of incorporating the Chat SDK into your app, along with valuable tips to help you overcome specific challenges.
How to Customize Switch Toggles in SwiftUI with TCA I will guide you through the process of customizing the colors for both the “on” and “off” states of a Toggle.