ZBDebuggerTool
安装指南
使用 Cocoapods 安装
pod 'ZBDebuggerTool'
示例
1、导入文件
2、App Page 文件开启监听
/**可以配置监听器的参数*/
[ZBDebuggerConfig defaultDebuggerConfig].ballThemeColor = [UIColor redColor];
/**开始监听*/
[[ZBDebuggerTool shareDebuggerTool] startWorking];
3、如果不使用可以关闭监听
[[ZBDebuggerTool shareDebuggerTool] stopWorking];
效果图
作者
lzb, [email protected]
许可证
ZBDebuggerTool 使用 MIT 许可证。有关更多信息,请参阅 LICENSE 文件。