SwiftyInspector
@available(iOS 10.0, *)
@objc
public final class SwiftyInspector : UITableViewController
Swifty Inspector is way to view the log of all requests that have gone through Swifty, and view their request and response parameters, including their URLSessionTaskMetrics.
To show the Swifty Inspector, present the UINavigationController returned from the SwiftyInspecter.shared.presentableInspector() method.
Swifty Inspector only collects and displays information in the
DEBUGcompiler configuration. Only available on iOS 10+.
-
The shared instance of the Swifty Inspector.
Declaration
Swift
@objc public static let shared: SwiftyInspector -
Get the Swifty Inspector’s View Controller.
Declaration
Swift
@objc public static func presentableInspector() -> UINavigationControllerReturn Value
UINavigationController - The
SwiftyInspector's UIViewControllerwrapped in aUINavigationController
View on GitHub
Install in Dash
SwiftyInspector Class Reference