QueuedAlertPresenter

MIT License
Swift
iOS

1 image

Author

Description

A QueuedAlertPresenter serializes the presentation of alerts (including across multiple threads). Use it when your code needs to present alerts in rapid succession, where the user may not be able to keep up with the alerts, or when your code may put up an alert while another is still being shown. QueuedAlertPresenter ensures all alerts get shown.

Tags