Skip to content

Release v0.4.0

Latest
Compare
Choose a tag to compare
@michaelochs michaelochs released this 24 Feb 09:27
· 1 commit to develop since this release

The localizedDescription of an NSError will now be used as the alert's title by default. This is a breaking change from the previous versions. Make sure to use the NSLocalizedDescriptionKey in your custom errors instead of the NSLocalizedFailureReasonErrorKey. This change was made to be consistent with the OS X error presentation.