Skip to content

Instantly share code, notes, and snippets.

@MathVasc
Created June 8, 2020 18:21
Show Gist options
  • Select an option

  • Save MathVasc/5f9993e78abf8585697ef2df1bc99faa to your computer and use it in GitHub Desktop.

Select an option

Save MathVasc/5f9993e78abf8585697ef2df1bc99faa to your computer and use it in GitHub Desktop.
Swizzle
if let originalMethod = method1, let swizzledMethod = method2 {
method_exchangeImplementations(originalMethod, swizzledMethod)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment