一个iOS 端的网络抓包工具
TPFDebugTool is a debugging tool to monitor the network, view the log, collect crash log.
#import "JxbDebugTool.h"
[[JxbDebugTool shareInstance] setMainColor:kColorWithRGB(0xff755a)]; //设置主色调
[[JxbDebugTool shareInstance] enableDebugMode];//启用debug工具
[JxbDebugTool shareInstance].arrOnlyHosts = @[@"www.baidu.com",@"www.qq.com"]; // 设置要监听的域名
To run the example project, clone the repo, and run pod install
from the Example directory first.
TPFDebugTool is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "TPFDebugTool"
pzhtpf, [email protected]
TPFDebugTool is available under the MIT license. See the LICENSE file for more info.