python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
IOS Swizzling the best newest way to do it today
We have an IOS swift code that is doing swizzling by using method_exchangeimplementations
But this a method since 2014
And it is causing our app to crash when using new relic.
Is there a newer better ...

Ziv Adler
Votes: 0
Answers: 0
Method swizzling not woking in Cocoa pod
I'm developing a pod which should use method swizzling at some point and I have a problem to call swizzled method when calling original one.
I checked my swizzling in the simple POC (to be sure my swi...

zhanch
Votes: 0
Answers: 1