Swift native method swizzling
Swift 5.1 introduces its native version of method swizzling that does not rely on Objective-C’s message passing. In this blog, we cover various aspects of the feature, starting from the language syntax to analyzing the generated code.