NatDialogDividerConfigurable

public protocol NatDialogDividerConfigurable

A protocol to enable the configuration of the divider property for the Dialog

Available where Self: NatDialogBuilder

  • configure(divider:) Extension method

    Sets dividers to the Dialog layout, separating the header and the bottom from the body

    Declaration

    Swift

    @discardableResult
    public func configure(divider: Bool) -> Self

    Parameters

    divider

    a boolean indicating if the divider must be set