EPCustomInputType
open class EPCustomInputType : NSObject, EPInputType
Represents an input type for the custom controller input.
-
Block called when the input is completed.
Declaration
Swift
public var sendClosure: EPMessageSendClosure? -
Get the layout mode.
Declaration
Swift
open var layoutMode: EPInputLayoutMode { get } -
Declaration
Swift
public func setSendClosure(closure: @escaping EPMessageSendClosure)Parameters
closureThe block called when the input is completed.
-
Get the custom controller associated to this input type.
Declaration
Swift
open func associatedController() -> UIViewControllerReturn Value
The input type controller.
EPCustomInputType Class Reference