Posts ✍️
How To Build A Super Quick Smile Tracking App
January 23, 2019
ARKit might seem intimidating but it’s not so bad if you already have some basic experience building iOS apps.
I’m a learn-by-doing type, so I’ve been playing around with ARKit, building basic apps to get familiar with it. In this post, I’ll review what I’ve learned creating a simple face tracking app...
Continue readingWhat happens to Local Notifications when the user turns them off?
April 24, 2018
Unfortunately, many users don’t distinguish between local notifications and push notifications and will deny permissions for both.
Recently, I was working on an app where users could sign up to get alerts for their favorite events. Even if the user did not allow me to send local notifications...
Continue readingHow to make an iOS App Store preview on a budget
March 31, 2018
Unfortunately, many users don’t distinguish between local notifications and push notifications and will deny permissions for both.
Recently, I was working on an app where users could sign up to get alerts for their favorite events. Even if the user did not allow me to send local notifications...
Continue readingHow to Use SnapKit to Write Constraints Programmatically
January 1, 2018
SnapKit has a clear and concise API that makes writing constraints in the code a breeze. I’m going to go through a few really basic examples of what can be done in SnapKit...
Continue reading