PHSideScrollingImagePicker 1.0.0

PHSideScrollingImagePicker 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Patrick B. Gibson

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

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.
  • All the auto layout constraints are reasonably commented.
  • There's no ALAssetsLibrary integration – You'll need to provide images yourself.
  • It's not doing cell reuse (it's not a table view), so there will be issues if you try to use it to load many large images at once.

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.