Tag: Swift


  • Budgety (WIP)

    Feb 04, 2020

    As I posted last time, I created an iPhone app using UIKit and Swift. This wasn’t the first iPhone app I created, I wrote one back in 2016/2017 but I never did anything with...


  • iPhone App Creation

    Dec 22, 2019

    Monchies

    I’ve been working on a smallish iPhone app for a couple months alongside other projects, and I’m finally finished it. It’s nothing special in terms of size and feature set...


  • Get Swifty

    Sep 08, 2015

    I started getting into iOS development and by extension event driven programming in general. I find that I’m learning and solidifying my understanding of programming by absorbing...


  • Swift Segues

    Aug 29, 2015

    The delegate pattern is commonly used to situations such as: Screen A opens screen B and at some point screen B needs to communicate back to screen A. The solution is to make...