LRNavigationController 1.5.0

LRNavigationController 1.5.0

测试测试
语言语言 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 工作区而不是项目。