swift 4

A 2-post collection

Swift 4 Migration with CocoaPods

Overview Recently I worked on migrating my code to Swift 4. This proved to be more of a challenge than I originally anticipated. Although according to Apple "Xcode 9.0 comes with a Swift Migrator tool that helps you migrate your project to Swift 4", this process wasn't

Swift 4 Codable

I recently started working with the Swift 4 Codable system. This new feature in Swift 4 is amazing when working with JSON data. Although as it is new I found it very difficult to get details about how to work with certain types of data. How do you work with