#swift
Read more stories on Hashnode
Articles with this tag
Intro In the first article, we have covered requesting weather for some arbitrary location. Now it's time to implement the second part of the...
Intro What is the main task of the iOS developer? Correct, doing the tech challenges for the new jobs! I was interviewing candidates for the iOS...
Part 1. The problem I am an iOS developer. And I love cats tests. Sometimes they love me back but recently with Swift Concurrency coming into my life,...
Let's imagine you need to add a dashed border to a view. Normally, you would write code like that. First iteration private func addUglyDashedBorder()...