ZBDebuggerTool 0.0.6

ZBDebuggerTool 0.0.6

Maintained by lzbgithubcode.




  • By
  • lzb

ZBDebuggerTool

CI Status Version License Platform

安装指南

使用CocoaPods安装

pod 'ZBDebuggerTool'

Example

1、导入文件

2、Appdelegate 文件开启监听

  /**可以配置监听器的参数*/
 [ZBDebuggerConfig defaultDebuggerConfig].ballThemeColor = [UIColor redColor];
 
 /**开始监听*/
 [[ZBDebuggerTool shareDebuggerTool] startWorking];

3、如果不使用可以关闭监听

[[ZBDebuggerTool shareDebuggerTool] stopWorking];

效果图

image

作者

lzb, [email protected]

License

ZBDebuggerTool is available under the MIT license. See the LICENSE file for more info.