jtCodes / Reddit-Gallery

Browse through reddit's media contents easily and quickly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Browse through reddit's media contents easily and quickly.


Languages

Language:Swift 98.6%Language:Ruby 0.9%Language:Objective-C 0.5%