Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.58 KB

File metadata and controls

50 lines (29 loc) · 1.58 KB

WSBouncingTableView

[![CI Status](http://img.shields.io/travis/WeiSheng Su/WSBouncingTableView.svg?style=flat)](https://travis-ci.org/WeiSheng Su/WSBouncingTableView) Version License Platform

Overview

A custom UITableView with bouncing properties to achieve ripples effects.

Usage

Add the WSBouncingTableView to your UIViewController, adjust two properties stretchDistanceFactor and bouncingDuration To have a full screen ARNRouletteWheelView:

WSBouncingTableView *tableView = [[WSBouncingTableView alloc] initWithFrame:self.view.bounds];

tableView.bouncingDuration = 0.3f;
tableView.stretchDistanceFactor = 1.0f;

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

WSBouncingTableView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "WSBouncingTableView"

Author

WeiSheng Su, ted7726@gmail.com

License

WSBouncingTableView is available under the MIT license. See the LICENSE file for more info.