VisionKit comes with new Scanning and Text Capabilities. In this tutorial, you’ll learn how to use Apple’s latest VisionKit update to take advantage of the new capabilities.
In iOS 13, we gained the ability to easily send and receive data using web sockets through . With async/await, we gained the ability to fetch data from servers using the keyword and we can iterate…
Dealing with a JSON network response in iOS projects used to be a pain - you would have to manually parse the response, extract the required values, ignore those that weren't needed, and build your model instances 🤮. Then came along `Codable` and all that changed.