Lately, I’ve been writing a lot about UIKit and I noticed I haven’t covered the delegate pattern.
Posts for: #Swift
An Introductory Example of Deeplinking in iOS
Hello everyone. Lately, I’ve been experimenting with deep links and SwiftUI.
A Simple Full-Stack iOS App Example
One of the benefits of using Swift is its excellent performance and low memory footprint. This is a key point when doing backend programming.
Replacing Elements in a String
One of the most common problems we face when working with strings is modifying certain characters in the string.
Swift copy-on-write
To understand what copy-on-write means we need to delve into Swift’s type classification.