Skip to content

pacifichelm/PHSideScrollingImagePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.