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) -> SelfParameters
bodyan
UIViewto be displayed inside the Dialog