PZXNetWorkDevTool is a lightweight iOS debugging tool for real-time network request monitoring. It provides a floating window for easy access to network logs.
- Real-time network request monitoring
- Floating window for quick access
- Displays request method, URL, status code, and response time
Currently
PZXNetWorkDevTool is a lightweight iOS debugging tool for real-time network request monitoring. It provides a floating window for easy access to network logs.
- Real-time network request monitoring
- Floating window for quick access
- Displays request method, URL, status code, and response time
Currently, you can use PZXNetWorkDevTool by manually cloning the repository and adding the files to your project.
To enable network monitoring, initialize PZXNetWorkDevTool in AppDelegate
. Make sure to call setup()
before the first network request is made.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Start network monitoring tool
PZXNetWorkDevTool.shared.setup()
return true
}
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or suggestions, feel free to submit an issue or contribute to the project!