Avoid messy view controller layout code with extensions
When creating view controller views programatically, without using any .xib or .storyboard files, there can be a significant amount of code that needs to be organised.
6 ways to level up your skills as a Junior Swift / iOS Developer
Being a junior developer can be tough. If you’re straight out of university or college, the expectations, pace and pressure of the workplace will feel very different to completing your class assignments.
What’s the difference between Structures and Classes in Swift?
Structures and classes are the building blocks of our systems as Swift developers. They are general purpose containers from which we design our applications.