OceanLabs / FacebookImagePicker-iOS

A Facebook image picker providing a simple UI for a user to pick photos from a users Facebook account. It provides an image picker interface that matches the iOS SDK's UIImagePickerController.
https://www.kite.ly
MIT License
103 stars 56 forks source link

Pressing Done on Album Screen #35

Closed seth-folley closed 7 years ago

seth-folley commented 7 years ago

If you press done before going into any albums, when the view controller is initially presented, you'll get an index out of bounds FATAL error.

*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArray0 objectAtIndex:]: index 0 beyond bounds for empty NSArray'

seth-folley commented 7 years ago

Has to be handled when conforming to OLFacebookImagePickerControllerDelegate