How to create snippets in Xcode 10
In one of my past videos, I described the process of creation of snippets in Xcode. Today I want to show how the freshly released Xcode 10 changes the Snippet L...
Read MoreIn this tutorial I’m refactoring a sample application to use the simplest variation of Model View Presenter pattern.
Creating UIViews programmatically with Swift
In a project, I am currently working on, I decided to use the Navigation Coordinator pattern. Not so long ago I started with the sim...
Recently I started to use the “Navigation Coordinator” pattern in my projects. This pattern helps to significantly reduce coupling....
The Swift Package Manager is an exciting feature of Swift that is already not so new but still is not officially released. According...