Structs, Classes, and Actors in iOS Interviews
Hallo vrienden, Leo hier. Today we will talk about structs, classes, and actors in the context of iOS developer interviews. I’m very happy to announce that this is my first on the new platform and I have a lot of plans to expand this blog throughout the years. Thanks to everyone that supported me until […]
How to Keep the Struct Default Initializer in Swift
Hallo vrienden, Leo here. Today we will learn how to keep the struct default initializer in your Swift codebase. We’ll check a very short example of an initializer in Swift. Structure types automatically receive a memberwise initializer if they don’t define any of their own custom initializers. Unlike a default initializer, the structure receives a […]