PlantUMLPresenting
public protocol PlantUMLPresenting
defines a unified interface for presenting a PlantUML script / diagram
-
present script / diagram to user
Declaration
Swift
func present(script: PlantUMLScript, completionHandler: @escaping () -> Void)Parameters
scriptin PlantUML notation
completionHandlerhas to be called when presentation was triggered
PlantUMLPresenting Protocol Reference