InspectorFloret
public class InspectorFloret : DisplayingFloret
The InspectorFloret lets you browse through and share your requests and responses from within the application. Just open Caulis 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
InspectorFloretwith a custom formatter. SeeInspectorFloretFormatterTypefor further details.Declaration
Swift
public init(formatter: InspectorFloretFormatterType)Parameters
formatterThe
InspectorFloretFormatterTypeto 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
View on GitHub
InspectorFloret Class Reference