MOAspects
MOAspects copied to clipboard
Accessing arguments
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
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?