You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2020. It is now read-only.
Added completion closure invoked when alert is presented. If you present an alert from DispatchQueue.main.async, you can use this to fulfill an XCTestExpectation for async testing.
Improved README instructions on bridging header for Swift.
Change UIAlertController's actual preferredStyle instead of keeping it in an associated
property, to avoid UIKit consistency exceptions. Thanks to: nirgin
Allow executeActionForButtonWithTitle: even when no handler was set. Thanks to: John Foulkes
Don't record presentation of non-alerts. Thanks to: Tom Bates
Quiet runtime warning about attempting to load view controller while deallocating. Thanks to: Marcelo Fabri