Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heroims/LeftRightSlider

网易 ios7 左右拉动框架
https://github.com/heroims/LeftRightSlider

Last synced: about 2 months ago
JSON representation

网易 ios7 左右拉动框架

Awesome Lists containing this project

README

        

LeftRightSlider
===============

![Screenshot1](http://i.imgur.com/N6q2Uk8.gif "Screenshot1")
![Screenshot2](http://i.imgur.com/98Gwauw.gif "Screenshot2")

网易 ios7 左右拉动框架

把LRNavigationController文件夹和LeftRightSlider文件夹拖入项目即可,支持arc和非arc

SliderViewController文件夹为左右滑动框架

LRNavigationController文件夹为视差推出框架

## Minimum Requirement
iOS 5.0

## Installation

### via CocoaPods
Install CocoaPods if you do not have it:-
````
$ [sudo] gem install cocoapods
$ pod setup
````
Create Podfile:-
````
$ edit Podfile
platform :ios, '5.0'
pod 'LRNavigationController', '~> 1.0.0'
pod 'SliderViewController', '~> 1.2.0'
$ pod install
````
Use the Xcode workspace instead of the project from now on.