PSTAlertController
PSTAlertController copied to clipboard
Add support for {will,did}Present actions
Both UIActionSheet and UIAlertView support delegate notifications for when the alert will be presented, and was presented. In addition, UIAlertController has support. Add them in, in the same form that we already had {will,did}Dismiss actions.