#swiftui
Read more stories on Hashnode
Articles with this tag
This article is part of a series of articles that explores building a real-world application using SwiftUI, Firebase, and a couple of other...
For the longest time, iOS developers have used UIApplicationDelegate to handle application startup and other lifecycle events in their apps. At WWDC...
For the longest time, iOS developers have used AppDelegates as the main entry point for their applications. With the launch of SwiftUI2 at WWDC 2020,...
Previously in this series of articles about SwiftUI and Firebase, we talked about fetching data from Cloud Firestore and how to map from Firestore...
Last time, we looked at how to connect a SwiftUI app to a Firebase project and synchronise data in real time. If you take a look at the code we used...
SwiftUI is an exciting new way to build UIs for iOS and Apple's other platforms. By using a declarative syntax, it allows developers to separate...