Craig Grummitt – Before I forget

Discoveries in Swift and iOS development.

Tag: migration

  • , ,

    Migrating from AS3 to Swift

    As iOS 11 no longer supports 32 bit apps, I’ve been revisiting an old app that was built in Flash/ActionScript3 (and packed in 32 bit) and decided it was an opportune moment…

    Keep reading

  • Migrating to Codable from NSCoding

    For those who came in late: Apple introduced the `Codable` protocol in Swift 4, which allows you to encode and decode your model types to data types such as JSON and property…

    Keep reading

  • Migrating to Swift 4 / iOS 11

    Ah, it’s migration season again, that time when all the Swifts fly to the fertile breeding grounds of version 4. 🙂 In the past, migrating your code was a big deal when…

    Keep reading