/PHSideScrollingImagePicker

iOS 7-style Image Picker

Primary LanguageObjective-CBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

PHSideScrollingImagePicker

A horizontally scrolling image picker, similar to the one found in iOS 7's Photos.app share view, complete with floating checkmark badge.

Screenshot

This was written using auto layout to demonstrate how to do floating elements in a scroll view, but may also be useful to anyone who just wants that iOS 7 image picker look. Some notes:

  • The view is resizable and will work well with any height set.
  • The picker view uses UICollectionView internally to support an arbitrary number of images.
  • There's no ALAssetsLibrary integration – You'll need to provide images yourself.

If you have any improvements to make or issues point out, please let us know. Pull requests are welcome!

Images are copyright Patrick B. Gibson, please do not reuse without permission.