Implementation of table view that is switchable to collection view along with all the goodies known in both - be it obvious things such as standard protocol for populating the view or not so obvious, but still nice thing - dynamic loading and smooth transition animations.
Embedded frameworks require a minimum deployment target of iOS 8.
To use Table2Grid with a project targeting iOS 7, you must include all source files directly in your project.
CocoaPods is a dependency manager for Cocoa projects.
CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:
$ gem install cocoapods
To integrate Table2Grid into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Table2Grid', '~> 1.0'
Then, run the following command:
$ pod install
Carthage is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
To integrate Table2Grid into your Xcode project using Carthage, specify it in your Cartfile
:
github "pydio/t2g" >= 1.0
If you prefer not to use neither CocoaPods, nor Carthage, you can simply drag and drop all files in your project and start using it.
- Full manual
- Proper licence (Apache 2.0 / BSD / MIT)
TBD
TBD