Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.22 KB

Reddit-Gallery

Browse Reddit's videos subreddit

Installation

  1. git clone this project
  2. open terminal and cd to Reddit-Gallery directory
  3. then do
pod install

❗ then open Reddit-Gallery.xcworkspace and do the following: ❗

  1. search for XCDYouTubeVideoOperation.m in xcode
  2. open the file
  3. do a CMD + f for get_video_info
  4. append &html5=1 to the query string for https://www.youtube.com/get_video_info? requests. There are two.
NSString *queryString = [XCDQueryStringWithDictionary(query) stringByAppendingString: @"&html5=1"];

Design

Demo CountPages alpha

Features

Swipe through all the media contents with media slider and drag image to dismiss when done.

Demo CountPages alpha

Support for image and video.

Demo CountPages alpha

Support for video streaming sites like Youtube.

Demo CountPages alpha