项目作者: ShawnMoore

项目描述 :
Swift version of Advanced Collect View project from WWDC 2014 session 232
高级语言: Swift
项目地址: git://github.com/ShawnMoore/AdvancedCollectionView.git
创建时间: 2017-03-14T21:49:23Z
项目社区:https://github.com/ShawnMoore/AdvancedCollectionView

开源协议:

下载


AdvancedCollectionView: Advanced User Interfaces Using Collection View

Swift version of Advanced Collection View project from WWDC 2014 session 232


From Apple’s description of the project:

This sample demonstrates code factoring approaches for the UICollectionViewDataSource protocol that you can use to compose complex and rich data models. In addition, you’ll see how to implement swipe-to-edit and batch editing (including drag reordering). Finally, the code shows how to create a sophisticated, custom collection view layout that features pinning headers, global headers, and loading placeholders.

Requirements

Build

Xcode 8, iOS 10 SDK or later

Runtime

iOS 10.2

Copyright (C) 2015 Apple Inc. All rights reserved.

Apple’s Original Sample Code

Apple WWDC 2014, Session 232 - Advanced User Interfaces with Collection Views