InspectorFloret
public class InspectorFloret : DisplayingFloret
The InspectorFloret lets you browse through and share your requests and responses from within the application. Just open Cauli
s viewController.
You can
-
Declaration
Swift
public var description: String?
-
Public initalizer to create an instance of the
InspectorFloret
.Declaration
Swift
public init()
-
Public initializer to create an instace of the
InspectorFloret
with a custom formatter. SeeInspectorFloretFormatterType
for further details.Declaration
Swift
public init(formatter: InspectorFloretFormatterType)
Parameters
formatter
The
InspectorFloretFormatterType
to be used. -
Declaration
Swift
public func viewController(_ cauli: Cauli) -> UIViewController
-
The RecordListFormattedData defines the data shown in the Record list in the InspectorFloret.
See moreDeclaration
Swift
public struct RecordListFormattedData