Hook to an instance method in iOS using theos and retrieve the argument that is being passed

-(void)setID:(long long) is the method and I want retrieve the argument (the integer) being passed and show it in an alert view. And also if possible, how to pass this argument to a different method.

-(void)setSelectedID:(lo… Continue reading Hook to an instance method in iOS using theos and retrieve the argument that is being passed