Skip to content

A quick way to show Alert messages or simple alert actions.

Notifications You must be signed in to change notification settings

rcaraway/HappyAlert

Repository files navigation

HappyAlert

Quick way to show standard alerts.

Install with Swift Package Manager

How to use:

Within a UIViewController:

To show a simple message:

self.showAlert(title: "Message Sent", message: nil)

Show with a cancel or OK action:

self.showAlert(title: "Send Message?", message: nil) {
   self.sendMessage() //this block called when confirmed
}

About

A quick way to show Alert messages or simple alert actions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages