Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heroims/LeftRightSlider
网易 ios7 左右拉动框架
https://github.com/heroims/LeftRightSlider
Last synced: about 2 months ago
JSON representation
网易 ios7 左右拉动框架
- Host: GitHub
- URL: https://github.com/heroims/LeftRightSlider
- Owner: heroims
- Created: 2013-11-26T17:14:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T09:34:40.000Z (about 7 years ago)
- Last Synced: 2024-11-19T16:19:10.057Z (about 2 months ago)
- Language: Objective-C
- Homepage:
- Size: 9.46 MB
- Stars: 136
- Watchers: 11
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - LeftRightSlider - 网易 ios7 左右拉动框架。 (OOM-Leaks-Crash / Side Drawer)
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.