Skip to content

Latest commit

 

History

History
executable file
·
28 lines (16 loc) · 1.54 KB

CREDITS.md

File metadata and controls

executable file
·
28 lines (16 loc) · 1.54 KB

Credits

The project was initially developed in 2014 to have an easy to use and fast way to implement error handling on iOS. It takes the concepts that are used by Apple on OS X and implements them on iOS. There are slight adjustments done to take advantage of new features Objective-C has to offer (such as blocks), however the main concept remains the same.

The project is available under the Apache 2 license. Please see the LICENSE file for more information.

Original Author

Contributors

v0.4.0

v0.3.0

The list of contributors is updated with every new version tag that is added to the project.

Honorable Mentions

  • Cocoa Error Handling and Recovery by James from RealMac Software
    This is a great writeup about the concepts behind this implementation.

  • Standard localizations by McZonk
    This is a blog post about the concept this library uses to generate the default recovery options like 'Cancel'. The private API mentioned in this project is removed in our implementation of this, but the concept stays the same.