afocsa
Results
1
issues of
afocsa
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...