Dialogs
-
Generic and reusable dialog view controller. Takes an input view and place it in the container.
See moreDeclaration
Swift
class DialogViewController : WSPopupViewController -
Generic dialog with a list of items with (multi-)selection option.
See moreDeclaration
Swift
class DialogListViewController<T> : DialogViewController where T : StaticTableItem -
Declaration
Swift
final class DialogMessageViewController : DialogViewController -
Declaration
Swift
class DialogTitleViewController : DialogViewControllerextension DialogTitleViewController: UITextFieldDelegate -
Dialog with two text fields: one for the title/name and another for the value.
Basic alternative to the system
See moreUIAlertController.Declaration
Swift
class DialogTitleValueViewController : DialogViewControllerextension DialogTitleValueViewController: UITextFieldDelegate
View on GitHub
Install in Dash
Dialogs Reference