Skip to content

Commit

Permalink
Modified error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mbutan committed Feb 1, 2017
1 parent 17496cf commit 697e98d
Show file tree
Hide file tree
Showing 22 changed files with 626 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Example/MBPhotoPicker/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ViewController: UIViewController {
print("Cancel Pressed")
}
photo.onError = { (error) in
print("Error: \(error.rawValue)")
print("Error: \(error.name())")
}
}

Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- MBPhotoPicker (0.2.2)
- MBPhotoPicker (0.2.3)

DEPENDENCIES:
- MBPhotoPicker (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
MBPhotoPicker: dc38a4484834dc0fe31ee28d9a5464ea270d7b3b
MBPhotoPicker: fff940cbb2b8ad202fa52f345591576300c2e948

PODFILE CHECKSUM: dba2c7949354289fecde9ecdd430f4b955dcb36e

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/MBPhotoPicker.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Example/Pods/MBPhotoPicker/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 318 additions & 0 deletions Example/Pods/MBPhotoPicker/Pod/Classes/MBPhotoPicker.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions Example/Pods/MBPhotoPicker/Pod/Localizations/Localizable.strings

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 697e98d

Please sign in to comment.