Designing a News Reader iOS App in Swift

We’ll focus on the main architectural components of our news reader iOS app in Swift. The general idea is to separate concerns as much as possible. Read more

Similar

How safe are Swift structs?

Do you think Swift structs are safe? This video may change your mind. “Structs should be the default choice” and “Only use classes when necessary” is common advice but might be misleading. We’d like to show you a different way of looking at the “Structs v... (more…)

Read more »