A Useful Shortcut for dispatch_after()
In Grand Central Dispatch, the dispatch_after() function is used to perform a block of code after a given delay. It's a bit of »
In Grand Central Dispatch, the dispatch_after() function is used to perform a block of code after a given delay. It's a bit of »
Streaks Workout is an Apple TV app that helps you get fit. One of the things we wanted to do differently to other fitness apps is »
One of the biggest tells of software that hasn't been tested properly or rushed through development is when you see a label such as »
I have a number of iOS apps that require certain content to be generated before being bundled in the app. For example: * In Streaks, all of »
Autolayout is excellent for dynamically sizing your user-interface when developing for iOS or tvOS, but sometimes you need to know the specific device you're »