ErrorKit icon indicating copy to clipboard operation
ErrorKit copied to clipboard

iOS library for making NSError handling easier

Results 3 ErrorKit issues
Sort by recently updated
recently updated
newest added

As per [Apple doc](https://developer.apple.com/reference/uikit/uialertview), it looks like `UIAlert​View`, `UIAction​Sheet` are deprecated in iOS 8. (Note that `UIAlert​View​Delegate`, `UIAction​Sheet​Delegate` 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...