TPFDebugTool 0.2.4

TPFDebugTool 0.2.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2022

Maintained by 524284tpf.



  • By
  • pzhtpf

TPFDebugTool

CI Status Version License Platform

Description

一个iOS 端的网络抓包工具

TPFDebugTool is a debugging tool to monitor the network, view the log, collect crash log.

这里写图片描述

Usage

 #import "JxbDebugTool.h"

 [[JxbDebugTool shareInstance] setMainColor:kColorWithRGB(0xff755a)]; //设置主色调
 [[JxbDebugTool shareInstance] enableDebugMode];//启用debug工具
 
 [JxbDebugTool shareInstance].arrOnlyHosts = @[@"www.baidu.com",@"www.qq.com"];  // 设置要监听的域名

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

TPFDebugTool is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TPFDebugTool"

Author

RocTian, [email protected]

License

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