NatDialogTitleConfigurable
public protocol NatDialogTitleConfigurable
A protocol to enable the configuration of a title for the Dialog
-
configure(title:
Extension method) Sets the title for the Dialog header
Declaration
Swift
@discardableResult public func configure(title: String) -> Self
Parameters
title
a String to be displayed as the Dialog title