-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,15 @@ | ||
# netfox-zxkit | ||
# DDKitSwift-Netfox | ||
|
||
![](https://img.shields.io/badge/CocoaPods-supported-brightgreen) ![](https://img.shields.io/badge/Swift-5.0-brightgreen) ![](https://img.shields.io/badge/License-MIT-brightgreen) ![](https://img.shields.io/badge/version-iOS11.0-brightgreen) | ||
|
||
If you need to quickly integrate multiple debugging functions, such as log viewing, network speed testing, file viewing and so on, please use [DamonHu/ZXKitSwift](https://github.com/DamonHu/ZXKitSwift). | ||
## Introduction | ||
|
||
如果您需要的是快速集成多个调试功能,例如日志查看、网速测试、文件查看等功能,请使用 [DamonHu/ZXKitSwift](https://github.com/DamonHu/ZXKitSwift)。 | ||
The plugin for viewing network request logs in [DDKitSwift](https://github.com/DamonHu/DDKitSwift). relies on [NetFox](https://github.com/kasketis/netfox). | ||
|
||
## intro | ||
## Preview | ||
|
||
a quick look on all executed network requests performed by [NetFox](https://github.com/kasketis/netfox).The library has been integrated into [ZXKitSwift](https://github.com/DamonHu/ZXKitSwift) to record network requests, if you have already integrated `ZXKitSwift`, there is no need to repeat the integration. | ||
|
||
|
||
一个查看app中所有网络请求的库,依赖[NetFox](https://github.com/kasketis/netfox)功能,该插件已经默认集成在[ZXKitSwift](https://github.com/DamonHu/ZXKitSwift)中,如果您已经集成了`ZXKitSwift`,无需重复集成该插件 | ||
|
||
## preview | ||
|
||
![](https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview1_5_3.gif) | ||
|
||
## install | ||
|
||
### cocoapods | ||
|
||
``` | ||
pod 'netfox-zxkit' | ||
``` | ||
|
||
``` | ||
import netfox_zxkit | ||
//注册 regist | ||
ZXKit.regist(plugin: NetFoxZXKit()) | ||
``` | ||
|
||
Display the list of tools | ||
|
||
``` | ||
ZXKit.show() | ||
``` | ||
|
||
hide the list of tools | ||
|
||
``` | ||
ZXKit.hide() | ||
``` | ||
|
||
close ZXKit | ||
|
||
``` | ||
ZXKit.close() | ||
``` | ||
![NetFox Overview](https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview1_5_3.gif) | ||
|
||
## License | ||
|
||
该项目基于MIT协议,您可以自由修改使用 | ||
This project is licensed under the MIT License, allowing you to freely modify and use it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+4 KB
(120%)
...DDKitSwift-Netfox.xcworkspace/xcuserdata/damon.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
File renamed without changes.