hyperoslo / ImagePicker

:camera: Reinventing the way ImagePicker works.
Other
4.87k stars 677 forks source link

Updated README.md #374

Closed chris-gong closed 4 years ago

chris-gong commented 6 years ago

Added information about permissions to the README. When I first tried using the ImagePicker I got a "Terminated due to signal 9" error on the line

self.present(imagePickerController, animated: true, completion: nil)

The issue was that I forgot to include camera and photo library permissions. Thought it would be informative to add this information to the README. This was also requested in this issue.