CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

MUKMediaGallery 2.2.3

MUKMediaGallery 2.2.3

TestsTested
LangLanguage Obj-CObjective C
License NOASSERTION
ReleasedLast Release Aug 2020

Maintained by Marco Muccinelli.



 
Depends on:
MUKToolkit~> 1.1
MUKSignal~> 1.1.0
XCDYouTubeKit~> 2.0
 

  • By
  • Marco Muccinelli

MUKMediaGallery

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.

Thumbnails Grid Carousel Video Playback

Requirements

  • ARC enabled compiler
  • Deployment target: iOS 6 or greater
  • Base SDK: iOS 7 or greater
  • Xcode 5 or greater

Usage

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.

Installation

Use Cocoapods. Really.

pod 'MUKMediaGallery', '~> 2.0'

Otherwise you need to:

  1. add MUKMediaGallery folder to your project
  2. add MUKMediaGalleryResources.bundle
  3. link against QuartzCore and MediaPlayer frameworks
  4. install MUKToolkit and LBYouTubeView libraries