SliderViewController 1.5.0

SliderViewController 1.5.0

测试已测试
Lang语言 Obj-CObjective C
许可证 MIT
发布最新版本2017年11月

Zhao Yiqi维护。



  • 作者:
  • heroims

LeftRightSlider

Screenshot1
Screenshot2

网易 ios7 左右滑动框架

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

SliderViewController 文件夹为左右滑动框架

LRNavigationController 文件夹为视差推出框架

最小要求

iOS 5.0

安装

CocoaPods 安装

如果您还没有 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 工作空间而不是项目。