Skip to content

unixcrh/PHSideScrollingImagePicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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.
  • 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.

About

iOS 7-style Image Picker

Resources

License

Stars

Watchers

Forks

Packages

No packages published