You have probably seen and used a property list file at some point in your iOS journey. I know you have because every iOS app has an file. It’s possible to create and store your own files to hold on… (more…)
Read more »
I went down a rabbit hole looking at Swift compiler performance this week. Since most of the diagnostic flags are unsupported they are not well documented. Here's my summary of what you need to know. (more…)
Read more »
How to install and use Swift 3 on Windows Subsystem for Linux aka Bash on Ubuntu on Linux... (more…)
Read more »
Sequences and collections give you all these interesting and useful tools that you can use to solve the problem more easily... (more…)
Read more »
Push notifications are a great way to ensure your users re-engage with your app every once in a while, but implementing them on iOS can be challenging, espec... (more…)
Read more »