Tag: swift

  • Updating stored JSON due to a struct change

    I mentioned yesterday “I could use a renamed old version of my struct to load the existing data, and convert it across to the new model.“. Since I’ve been testing the app on my phone, and using plausible data, it was going to be painful enough to lose it that I thought I should go…

  • JSON encode/decode

    As usual, I’m spending way more time on the apps written from scratch in the 100Days series. The Habit tracking app I’m working on has been good practice, especially of the architecture of the simple list based app. My version has a couple of refinements I quite like. I’m using a checkmark in a rectangle…