Tag:swift
All the articles with the tag "swift".
- Published on:Jun 17, 2021swift
Adding async await support to your current async code base APIs
Learn how to add async/await support to your current APIs
- Published on:Feb 27, 2021swift
Detecting memory leaks using Unit Tests in Swift
Memory management is a topic that every time we write code, it needs to be handled.
- Published on:Feb 23, 2021swift
The Proxy Design Pattern
In 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.
- Published on:Jan 6, 2023swift
The Singleton Design Pattern
Learn about the Singleton Design Pattern
- Published on:Mar 17, 2023swift
Type erasure in Swift
In this article, we'll explore what type erasure is, how it works, and some common use cases for this technique in modern software development.