Netfox: A lightweight, one line setup, iOS network debugging library(github.com)
github.com
Netfox: A lightweight, one line setup, iOS network debugging library
https://github.com/kasketis/netfox
3 comments
What is the difference between Netfox and other debugging library extension for AFNetworking?
You can check your logs within the app and not only in the console. Also it's universal which means that you can view also all the other requests that performed without AFNetworking
This is really great, got it all set up with Alamofire in a few minutes and already it's been helpful in identifying some slow network requests!