Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 501 Bytes

Readme.markdown

File metadata and controls

22 lines (12 loc) · 501 Bytes

MGAlertController

A customised alert controller which can be used globally. It supports to show multiple alerts over windows.

Swift Version

Usage

let alertController = MGAlertController(title: "Title", message: "Message goes here")
alertController.addAction(title: "OK")
alertController.show()

Example

Screenshot 1

Open up the included Xcode project for an example app.