Swizzling in Swift

Change the Implementation at Runtime

Steven Curtis

--

Photo by Javier Allegue Barros on Unsplash

Difficulty: Beginner | Easy | Normal | Challenging

This article has been developed using Xcode 11.5, and Swift 5.2.4

Terminology:

Runtime: The period of time where a program is running

--

--