Why Swift reference types are bad for iOS app startup time

The app launch experience is the first impression you make on a user. Every millisecond they wait for your app to start is valuable time… Read more

Similar

Initializers in Swift

Let’s take a look at one of the core aspects of object-oriented programming — initialization. What characteristics should an initializer ideally have, and what sort of techniques could be useful in order to keep our initializers simple and predictable? (more…)

Read more »