#swift
Read more stories on Hashnode
Articles with this tag
Completion handlers are everywhere in Swift. They are commonly used in Apple's frameworks and many third-party libraries. They are often put forward...
We all know how it goes when we are trying to get something working. We want to get there as fast as we can and we get focused on the "happy path"....
Swift has many features that allow us as the users of the language to customize how we write code, while still giving us all the protections of a...
I don't know about you, but I have spent a lot of time trying to write code in the shortest, most elegant way possible. I have put a lot of thought...
My experience tackling a bug that was way out of my league. ยท If you have been an iOS developer for any length of time, you have certainly come across...
One of the things that stood out to me from WWDC this year was the ability to have native half sheets. This has been a request from the designers at...