EventTracer:用户记录用户交互的事件

时间:2021-05-01 17:12:11
【文件属性】:
文件名称:EventTracer:用户记录用户交互的事件
文件大小:17KB
文件格式:ZIP
更新时间:2021-05-01 17:12:11
Objective-C EventTracer 1)记录用户交互的事件 2)打印出当前按钮,手势等执行的方法 主要用于调试,可以快速定位一些按钮事件实现的地方,例如:不需要用reveal 定位button ,再定位到button 的方法。 直接把文件拖到项目就可以使用,暂时不支持ARC。
【文件预览】:
EventTracer-master
----.gitignore(494B)
----Util()
--------Swizzler.h(297B)
--------Swizzler.m(1020B)
--------ObjcRuntimeHelper.m(579B)
--------ObjcRuntimeHelper.h(187B)
----EventTracer.h(497B)
----LICENSE(1KB)
----EventTracer.m(3KB)
----EventObject()
--------EventFootprintSenderInfo.h(743B)
--------EventFootprintTableViewInfo.m(1KB)
--------EventFootprintGestureRecognizerInfo.h(327B)
--------EventFootprintCollectionViewInfo.m(203B)
--------EventFootprintProtocol.h(395B)
--------EventFootprintObjectInfo.m(1KB)
--------EventFootprintTableViewInfo.h(603B)
--------EventFootprintGestureRecognizerInfo.m(3KB)
--------EventFootprintObjectInfo.h(557B)
--------EventFootprintCollectionViewInfo.h(198B)
--------EventFootprintSenderInfo.m(2KB)
----README.md(322B)
----HookEvent()
--------UIGestureRecognizer+EventDispatch.m(1KB)
--------UIApplication+EventDispatch.m(2KB)
--------UIResponder+EventDispatch.m(745B)
--------UICollectionView+EventDispatch.m(948B)
--------UITableView+EventDispatch.m(1016B)
--------UIGestureRecognizer+EventDispatch.h(180B)
--------UIApplication+EventDispatch.h(221B)
--------UIResponder+EventDispatch.h(165B)
--------UITableView+EventDispatch.h(165B)
--------UICollectionView+EventDispatch.h(175B)

网友评论