Playgrounds are Cool!

November 1, 2016

I have an enum with several different cases, each case with its own computed String variable for its title. Elsewhere in my app I needed all of these titles, but I didn’t want to go through and type each one out. This is the kind of thing that should be automated, but as far as […]

Hey Siri! – Siri Intents Extension Tutorial Part I (iOS 10, Swift 3.0)

October 29, 2016

Sorry it’s taken me so long with this, I decided to build a workout app to implement the tutorial into and I ended up getting carried away. Better late than never though! So here’s part I of the tutorial. I show you how to get setup and how to implement Siri into an app (for […]

User Notifications Tutorial (iOS 10, Swift 3.0)

September 18, 2016

This is a two part tutorial all about Apple’s new User Notification framework, to show you how to use rich, interactive local notifications in iOS 10. In part one I show you how to: request authorisation from the user to send them notifications, create and schedule a local user notification, handle the display of that […]