项目作者: exalted

项目描述 :
iOS应用程序的“展示”视图(控制器)的初始实现...精美地可视化图像,视频和PDF文件! (由@pittleorg提供)[meta:图片,照片,视频,文档,pdf,专辑,图库,展示,图库,iOS,iPhone,iPad,组件,库,查看器]
高级语言: Objective-C
项目地址: git://github.com/exalted/PTShowcaseViewController.git
创建时间: 2012-02-28T11:21:21Z
项目社区:https://github.com/exalted/PTShowcaseViewController

开源协议:

下载


How To Get

1. Install dependencies: PTImageAlbumViewController and Nimbus

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

  1. pod 'Nimbus/NetworkImage', :podspec => 'https://gist.github.com/exalted/7655606/raw/ce27220c457984ecd30fb800503b4c299159ace0/Nimbus.podspec'

2. Copy PTShowcaseViewController directory into your own project

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

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

3. #import headers

  1. #import <Nimbus/NimbusCore.h>
  2. #import <Nimbus/NimbusPhotos.h>
  3. #import <Nimbus/NimbusNetworkImage.h>

4. Build & run

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

Screenshots

:information_source: 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:

  1. $ sudo gem install cocoapods

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

When you’ve installed CocoaPods, then:

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