Is there a framework or method to handle multiple concurrent UILocalNotifications?
I have multiple concurrent UILocalNotifications that get turned into UIAlertControllers when the applications is active. Is there some sort of way to buffer UIAlerts so they won't fire all at the same time. Perhaps some sort of pre-existing framework or method that would buffer these alerts.