Have you ever wanted to implement something but you have multiple options to achieve the same thing? That’s the issue here. It’s a good kind of...
Continue reading...Delegate
Why, When and How to use protocols in Swift
According to the Swift documentation: A protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. The protocol can...
Continue reading...