Structs, Classes, and Actors in iOS Interviews

Structs Classes and Actors example image

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

guide on How to Keep the Struct Default Initializer

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 […]

Join our Newsletter!

From beginner-friendly tutorials to advanced coding techniques, the newsletter is designed to help you level up your skills and stay up-to-date with the latest trends in app development.