e.g. if origin IMP is UIViewController - ViewDidLoad
In my project, may like main Project
+ many other SDK(frameworks)
, if other team member swizzling the same method, like UIViewController - ViewDidLoad
, and i how to make sure or how to find out the origin IMP of ViewDidLoad
to swilling? cause the other team member also need to swilling the same method?