Creating Xcode File Templates
When doing iOS development in Xcode, it’s very common to use one of Xcode’s many file templates, to create files that are pre-populated with code that you need for a specific purpose. What is not as common however is creating your own custom templates, to speed up development…