首页 > 代码库 > [翻译] TGLStackedViewController
[翻译] TGLStackedViewController
TGLStackedViewController
A stack layout with gesture-based reordering using UICollectionView -- inspired by Passbook and Reminders apps.
这是一种使用了UICollectionView,基于手势重新排版的抽屉布局,灵感来自于Passbook以及提醒app。
Getting Started
Take a look at sample project TGLStackedViewExample.xcodeproj
.
请查看demo程序。
Usage
Via CocoaPods: 用CocoaPods安装
- Add
pod ‘TGLStackedViewController‘, ‘~> 1.0‘
to your project‘sPodfile
Or the "classic" way: 或者将文件夹拖入到你的工程当中
- Add files in folder
TGLStackedViewController
to your project
Then in your project: 然后在你的工程中
- Create a derived class from
TGLStackedViewController
and overwrite method-moveItemAtIndexPath:toIndexPath: 继承并重写一个方法
- Implement
UICollectionDataSource
(currently only 1 section supported) andUICollectionViewDelegate
protocols 实现两个协议 - Place
UICollectionViewController
in your storyboard and set its class to your derived class 在storyboard中进行一些设置
Requirements
- ARC
- iOS >= 6.0
- Xcode 5
附录:
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。