Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

An initial implementation of a "showcase" view( controller) for iOS apps... Visualizes images, videos and PDF files beautifully! (by @pittleorg) [meta: image, photo, video, document, pdf, album, gallery, showcase, gallery, iOS, iPhone, iPad, component, library, viewer]

Notifications You must be signed in to change notification settings

wedoit-io/PTShowcaseViewController

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Get

1. Install dependencies: MWPhotoBrowser.

If your project uses CocoaPods to manage its dependencies, easiest way to install MWPhotoBrowser and PBJVideoPlayer is to add the following in your Podfile:

pod 'MWPhotoBrowser', :git => 'https://github.com/Apex-net/MWPhotoBrowser.git'
pod 'PBJVideoPlayer', '0.2.3'

For

2. Copy PTShowcaseViewController directory into your own project

Instead of manually downloading files, you could use git submodules:

git submodule add https://github.com/exalted/PTShowcaseViewController.git

3. #import headers

#import <MWPhotoBrowser/MWPhotoBrowser.h>

4. Build & run

If you have trouble, check out Showcase project in Examples directory for a working example.

Screenshots

ℹ️ Please note: screenshots below are outdated. On devices that run iOS 7 navigationbars and toolbars are actually "flat" and translucent as you would expect.

Screenshot 1.

Screenshot 1. Screenshot 1.

Screenshot 2.

Screenshot 2. Screenshot 2.

Screenshot 3.

Screenshot 3. Screenshot 3.

Screenshot 4.

Screenshot 4. Screenshot 4.

Screenshot 5.

Screenshot 5. Screenshot 5.

Screenshot 6.

Screenshot 6. Screenshot 6.

Screenshot 7.

Screenshot 7. Screenshot 7.

Screenshot 8.

Screenshot 8. Screenshot 8.

Screenshot 9.

Screenshot 9. Screenshot 9.

Screenshot 10.

Screenshot 10. Screenshot 10.

How To Contribute

This project uses CocoaPods to manage dependencies. Installing it is as easy as running the following commands in the terminal:

$ sudo gem install cocoapods

If you have any trouble during the installation, please read CocoaPods documentation.

When you've installed CocoaPods, then:

$ git clone https://github.com/exalted/PTShowcaseViewController.git PTShowcaseViewController-exalted
$ cd PTShowcaseViewController-exalted/Examples/ShowcaseDemo/
$ pod install
$ open ShowcaseDemo.xcworkspace

About

An initial implementation of a "showcase" view( controller) for iOS apps... Visualizes images, videos and PDF files beautifully! (by @pittleorg) [meta: image, photo, video, document, pdf, album, gallery, showcase, gallery, iOS, iPhone, iPad, component, library, viewer]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%