需求:我现在能hook到一个cell中按钮点击时会触发的一个方法,然后我想拿到这个indexPath
问题:我想用【self nextResponder】,但是却给我UIVIewControllerWrapperView
代码:
点击cell中button会触发这个方法
-
(void)onCommentDataItem:(id)arg1 point:(struct CGPoint)arg2{
Id obj = [self nextResponder]%orig;
}
需求:我现在能hook到一个cell中按钮点击时会触发的一个方法,然后我想拿到这个indexPath
问题:我想用【self nextResponder】,但是却给我UIVIewControllerWrapperView
代码:
点击cell中button会触发这个方法
(void)onCommentDataItem:(id)arg1 point:(struct CGPoint)arg2{
Id obj = [self nextResponder]
%orig;
}
通过按钮获取cell,通过cell获取tableview,然后调用tableview的一个方法可以得到indexpath
建议先学 正向开发吧