Tag:swift
All the articles with the tag "swift".
Adding async await support to your current async code base APIs
Published on:June 17, 2021 at 12:00 PMLearn how to add async/await support to your current APIs
Detecting memory leaks using Unit Tests in Swift
Published on:February 27, 2021 at 12:00 PMMemory management is a topic that every time we write code, it needs to be handled.
The Proxy Design Pattern
Published on:February 23, 2021 at 12:00 PMIn this post we talk about the Proxy design pattern and a simple example how to use it, in this case, in iOS applications to prevent retain cycles in an effective and clean way.
The Singleton Design Pattern
Published on:January 6, 2023 at 12:00 PMLearn about the Singleton Design Pattern
Type erasure in Swift
Published on:March 17, 2023 at 04:57 PMIn this article, we'll explore what type erasure is, how it works, and some common use cases for this technique in modern software development.