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.24k
forks
source link
VA method supports arbitrary number of arguments #848
Support arbitrary number of arguments with a NSInvocation object created base on arguments dynamically.