forked from oMarceloMotta/photoviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle invalid URLs on iOS, instead of crashing
Before, when loading a non-image (e.g. a 404 html page), the code/app would crash because function `contentTypeForImageData` would return `nil` as the file extension, which was not accepted by `NSURL.URLByAppendingPathExtension`. Now, the spinner will disappear, and a simple alert will be shown.
- Loading branch information
1 parent
952ee8d
commit 329d8c4
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters