NatDialogDismissableConfigurable
public protocol NatDialogDismissableConfigurable
A protocol to enable the configuration of the dismissable
property for the Dialog
-
configure(isDismissable:
Extension method) Sets if the Dialog is dismissable by tapping outside of it
Declaration
Swift
@discardableResult public func configure(isDismissable: Bool) -> Self
Parameters
isDismissable
a boolean indicating if the property must be set