NatDialogCustomBodyConfigurable
public protocol NatDialogCustomBodyConfigurable
A protocol to enable the configuration of a custom view as the Dialog’s body
-
configure(body:
Extension method) Sets the custom view to the Dialog body
Declaration
Swift
@discardableResult public func configure(body: UIView) -> Self
Parameters
body
an
UIView
to be displayed inside the Dialog