Create custom Xcode templates to speed up your development
By default, Apple provides some templates you can select when creating a new file. Xcode also provides a way to add your own templates, which can be a great way…
By default, Apple provides some templates you can select when creating a new file. Xcode also provides a way to add your own templates, which can be a great way…
Swift Package Manager is available since 2016 but wasn't that powerful yet. In September, a new version of Swift Package Manager will be released together with Xcode 11. This new…
Building an app with a smooth design and a great user experience is important, but there may be some other points where a developer should focus on during the development…
Swift 4.2 is just released by Apple, which enables new possibilities to write better code in Swift. This post will dive into the changes! Iterate trough an enum In the…