mirror of
https://github.com/sparrowcode/AlertKit.git
synced 2026-06-16 12:44:37 +00:00
Add .bolt preset
This commit is contained in:
@@ -14,6 +14,7 @@ class ViewController: UITableViewController {
|
||||
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: "Bolt", preset: .bolt, title: "Power", subtitle: "Now turned on"),
|
||||
Alert(key: "Add", preset: .add, title: "Added to Folder", subtitle: nil),
|
||||
Alert(key: "Error", preset: .error, title: "Oops", subtitle: "Please try again later"),
|
||||
Alert(key: "Shuffle", preset: .shuffle, title: "Songs Shuffled", subtitle: nil),
|
||||
|
||||
Reference in New Issue
Block a user