MOAspects icon indicating copy to clipboard operation
MOAspects copied to clipboard

Accessing arguments

Open uny opened this issue 9 years ago • 1 comments

We need to access arguments of hooked methods with Swift, such as touches: NSSet in UIView#touchesBegan. Is it possible to enable to access arguments like Aspects?

print(aspectInfo.arguments())

uny avatar Aug 03 '15 11:08 uny

@uny Sorry for the late reply. ;( At the moment, can access AnyObject parameters of function. But can only access at Objective-C. If I may fix to problem, but AnyObject parameters only function. Should you all type parameter to access?

moaible avatar Aug 08 '15 13:08 moaible