Ashley OldhamDark mode can be colourful.When designing your user interface, did you know that your components can also adapt to dark mode when enabled? This is possible if running…Jun 24, 2021Jun 24, 2021
Ashley OldhamDeclaring and adopting Protocols in SwiftAs defined by the swift docs, a protocol is a blueprint of methods, properties and other requirements that suit a particular task or piece…Jun 15, 2021Jun 15, 2021
Ashley OldhamLinking Xcode and GitHubI love that you can commit and push changes to GitHub right from within Xcode. Trust Apple to keep you within their ecosystem, and their…May 25, 2021May 25, 2021
Ashley OldhamClasses and StructsClasses and structs are available within the Swift language, but what are they and when would you use them?May 10, 2021May 10, 2021
Ashley OldhamAvoiding Magic NumbersWhen I googled ‘magic numbers’ the first thing that popped up was the British pop band. But I’m afraid this is not what this post is about…Apr 27, 2021Apr 27, 2021
Ashley Oldham5 steps to solve a coding problem.I’m not new to problems and trying to solve them, my previous career was in the live events industry so quite often these would happen in…Apr 14, 2021Apr 14, 2021
Ashley OldhamHow to Clone a project in Xcode.Whether you want to see how another project is put together, or you are following a tutorial, at some stage you’re gonna want to clone a…Apr 9, 2021Apr 9, 2021