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
closure
The block called when the input is completed.
-
Get the custom controller associated to this input type.
Declaration
Swift
open func associatedController() -> UIViewController
Return Value
The input type controller.