Build SwiftUI apps faster by choosing the right views Photo by Charles Deluvio on Unsplash. SwiftUI is fun. Personally, I really enjoy building complex and beautiful views with Apple’s new declarative UI framework. But before you start Read Full
Tag: ios-app-development
Why Your Lazy Vars Aren’t Creating Strong Reference Cycles in iOS
Even when they capture self Photo by freestocks on Unsplash So you’re fighting the good fight for performant, clean, optimal Swift code, and as a result you’re keeping a weather eye out for sneaky strong reference cycles Read Full
What’s New in Swift 5.4?
Multiple variadic parameters, extended implicit member syntax, result builders, and more Photo by the author. Swift 5.4 brings us a lot which is why I like it. In this article, we learn what is new in Swift Read Full
10 SwiftUI Libraries To Use In 2021
The coolest offerings for iOS, macOS, watchOS, and tvOS developers Photo by Adam van den Brink on Unsplash. SwiftUI has truly changed how we design and think about iOS apps. After making its debut at WWDC 2019, Read Full
Using async/await in SwiftUI
Swift Evolution Concurrency just got a whole lot easier Image by author A lot of the code we write has to deal with asynchronous behaviour. Fetching data from the disk, sending a request to a remote API, Read Full