网易 ios7 左右滑动框架
将 LRNavigationController 文件夹和 LeftRightSlider 文件夹拖入项目即可,支持 arc 和非 arc
SliderViewController 文件夹为左右滑动框架
LRNavigationController 文件夹为视差推出框架
iOS 5.0
如果您还没有 CocoaPods,请安装它:
$ [sudo] gem install cocoapods
$ pod setup
创建 Podfile:
$ edit Podfile
platform :ios, '5.0'
pod 'LRNavigationController', '~> 1.0.0'
pod 'SliderViewController', '~> 1.2.0'
$ pod install
从现在开始使用 Xcode 工作空间而不是项目。