#swift
Read more stories on Hashnode
Articles with this tag
Callbacks, Combine, and async/await · Most of Firebase’s APIs are asynchronous. This might be confusing at first: you’re making a call, for example to...
Getting Started · Not keeping the UI up to date across the different parts of an app can result in an infuriatingly bad user experience, and I am sure we...
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, or downloading an...
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,...
Many APIs require developers to provide an API key and/or API secret in order to be able to access the API. This is both to identify the app that is...