This is a Page View Controller based Gallery for Images and Videos which you can use to showcase your media items. Images support zoom/pinch and you can play videos in the same window with custom theme for video controls.
##Changelog
###0.0.9 (March 17, 2015)
Changes:
- done some refactoring and moved all the view code inside SHGalleryView from SHGalleryViewController. Now you can just use the SHGalleryView class to show gallery view.
- SHGalleryViewController is still there for backward compatibility and to show the Gallery modally.
###0.0.8 (Feb 28, 2015)
Features:
- Added support for portrait orientations. now the gallery will work with any device orientation.
- Added background color property in
SHGalleryViewTheme
- Updated the example to show how to added
SHGalleryViewController
as embedded view. - Added
UIPageControl
support (now you can either show item captions or page control) - Added support for disabling pinch/zoom on Images in gallery.
Changes:
- Fixed implict warnings for NSInteger.
- renamed
SHMediaControlTheme
toSHGalleryViewTheme
(code breaking change, please update your code) - caption title and time label theme properties are now deprecated. new properties have been added for NSAttributedString support.
- the library is properly documented now for public interfaces. plesae check the docs at : http://cocoadocs.org/docsets/SHGalleryView/
- Example code has been updated.
////////////////////////////////
##SHGalleryView
##Contact Me
Shan Ul Haq (http://grevolution.me)
##License
SHGalleryView
is available under the MIT license. See the LICENSE file for more info.