ErrorKit
ErrorKit copied to clipboard
iOS library for making NSError handling easier
As per [Apple doc](https://developer.apple.com/reference/uikit/uialertview), it looks like `UIAlertView`, `UIActionSheet` are deprecated in iOS 8. (Note that `UIAlertViewDelegate`, `UIActionSheetDelegate` are also deprecated.) Could ErrorKit be updated to use `UIAlertController`, instead, for...
How do you translate this? Looking at "Geocode Found No Result" output from CoreLocation strings and feel that something is wrong. :)
In this commit https://github.com/AFNetworking/AFNetworking/commit/78d7a96fbcd7594c67329215ad476f5ca8af08c6 to AFNetworking in June 2014, @mattt changed the error domain from `AFNetworkingErrorDomain` into `AFURLRequestSerializationErrorDomain` and `AFURLResponseSerializationErrorDomain`. As such, ErrorKit does not work with AFNetworking errors anymore...