MUKMediaGallery is a simple iOS 6+ library built to provide you a component which replicates Photos app functionalities. Classes provided by this project give you a fast path to show medias (photos, videos, audios) in you iOS app.
This version is 2.0, a complete rewrite from previous version, which now can take benefit of UICollectionView
and UIPageViewController
.
- ARC enabled compiler
- Deployment target: iOS 6 or greater
- Base SDK: iOS 7 or greater
- Xcode 5 or greater
See sample project to see usage.
This framework basically contains two classes:
MUKMediaThumbnailsViewController
, a view controller displaying a grid of thumbnails.MUKMediaCarouselViewController
, a view controller displaying a paginated list of photos, videos and audios.
Use Cocoapods. Really.
pod 'MUKMediaGallery', '~> 2.0'
Otherwise you need to:
- add
MUKMediaGallery
folder to your project - add
MUKMediaGalleryResources.bundle
- link against
QuartzCore
andMediaPlayer
frameworks - install
MUKToolkit
andLBYouTubeView
libraries