A simple view controller showing you all the network requests made from the app.
Present the view controller from a debug menu or secret gesture.
let viewController = CCLRequestListViewController()
presentViewController(viewController, animated:true)
pod 'CCLRequestLogger', :git => 'https://github.com/kylef/CCLRequestLogger'
Or to install only to debug configurations
pod 'CCLRequestLogger', :configurations => ['Debug'], :git => 'https://github.com/kylef/CCLRequestLogger'