Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_EventReport
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
孙凯
7 years ago
Commit
f53b07f1244ce5636088e12b882f7bebd3026481
1 parent
417a180e
补充 review by daiqiang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
YHEventReport/YHEventReport/YHEventReport/YH_AOP/UITableView+AutoTrack.m
YHEventReport/YHEventReport/YHEventReport/YH_AOP/UITableView+AutoTrack.m
View file @
f53b07f
...
...
@@ -115,7 +115,7 @@ void yher_tableViewDidSelectRowAtIndexPath(id self, SEL _cmd, id tableView, NSIn
@try
{
SEL
originMethodSEL
=
@selector
(
collectionView
:
didSelectItem
AtIndexPath
:
);
SEL
originMethodSEL
=
@selector
(
tableView
:
didSelectRow
AtIndexPath
:
);
if
(
!
[
delegate
respondsToSelector
:
originMethodSEL
])
{
return
;
}
...
...
Please
register
or
login
to post a comment