Getting Git Revision info within your iOS App
A simple build script exposes the git commit hash and branch name of the source code that the app was built from
ARKit + 3D printing: STL files in AR
We can display STL files in ARKit with relative ease. STL files are typically used in the process of 3D printing.
Swift Errors
An improved way of getting debug strings for Swift Error instances, and demystifying error codes for custom error enums
Using Swift DispatchGroups
Using Swift DispatchGroups for improved performance in iOS Apps
Extending the UIButton tap area
Extending the touch area of a UIButton with Edge Insets