Modern Networking in Swift 5

Making HTTP requests is one of first things to learn when starting iOS and macOS development with Swift 5. In this article we’ll build modern networking layer with Swift 5 APIs: URLSession, the Combine framework and Codable. We’ll discuss why such librari… Read more

Similar