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

added option to single select items #34

Open jfmiguel opened 8 years ago

amit27592 commented 7 years ago

Couldn't this be achieved more easily just by setting allowsMultipleSelection to NO in the PhotoViewController?

jfmiguel commented 7 years ago

that is one of the steps. iirc, the main reason for all of this was to dismiss the view automatically when an item is selected in single selection mode.