Learn how to make HTTP Requests in Swift 3 using URLSession, URLRequest, and Alamofire. (more…)
Read more »
Weak self references are common in Swift, especially in network request callbacks. In this article, I'll show you why they are needed and how simplify them. (more…)
Read more »
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - apple/swift-evolution... (more…)
Read more »
swift-evolution - This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. (more…)
Read more »
Design patterns come and go, and one of the fads currently ascendant in the iOS/Swift programming world is the concept of Immutable Objects. Pretty straightforward. Immutable objects are considered… (more…)
Read more »