Controlling the Uncontrollable: A Guide to Method Swizzling in Objective-C
Learn how to use Objective-C's dynamic runtime to modify class behavior at execution time using Method Swizzling, and how to avoid common pitfalls like infinite recursion.
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
Learn how to use Objective-C's dynamic runtime to modify class behavior at execution time using Method Swizzling, and how to avoid common pitfalls like infinite recursion.