Skip to content

aibobrov/ScrollKit

Repository files navigation

ScrollKit

Build status Platform iOS Swift 4 compatible Carthage compatible CocoaPods compatible License: MIT

Introduction

ScrollKit is a library to manage your UICollectionView and UITableView data.

Usage

Look at pagination example.

Requirements

  • iOS 9.0+
  • Xcode 8.0+

Getting involved

  • If you want to contribute please feel free to submit pull requests.
  • If you have a feature request please open an issue.

Examples

Follow these 3 steps to run Example project: clone ScrollKit repository, open ScrollKit workspace and run the Example project.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects.

To install ScrollKit, simply add the following line to your Podfile:

pod 'ScrollKit'

Carthage

Carthage is a simple, decentralized dependency manager for Cocoa.

To install ScrollKit, simply add the following line to your Cartfile:

github "artbobrov/ScrollKit"

Author