bang590 / JSPatch

JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally used to hotfix iOS App.
MIT License
11.37k stars 2.25k forks source link

VA method supports arbitrary number of arguments #848

Open tuoxie007 opened 5 years ago

tuoxie007 commented 5 years ago

Support arbitrary number of arguments with a NSInvocation object created base on arguments dynamically.