Add .question preset

This commit is contained in:
Ivan Vorobei
2019-12-06 22:24:47 +03:00
parent 76d3230896
commit 293002f150
9 changed files with 159 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ class ViewController: UITableViewController {
Alert(key: "Star", preset: .star, title: "Added to favorite", subtitle: nil),
Alert(key: "Flag", preset: .flag, title: "Message Flaged", subtitle: nil),
Alert(key: "Exclamation", preset: .exclamation, title: "Oops", subtitle: "Something went wrong"),
Alert(key: "Question", preset: .question, title: "Oops", subtitle: "Form not complete"),
Alert(key: "Message", preset: .message, title: "Message sended", subtitle: "You can check history"),
Alert(key: "Add", preset: .add, title: "Added to Folder", subtitle: nil),
Alert(key: "Error", preset: .error, title: "Oops", subtitle: "Please try again later"),