ElasticPullToUpdate 1.3.5

ElasticPullToUpdate 1.3.5

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2016
SPMSupports SPM

Maintained by Mikhail Stepkin.



  • By
  • Mikhail Stepkin, Ramotion Inc.

Elastic pull to update

codebeat badge


Elastic pull animator for Refresher.

Requirements

  • iOS 8.0+
  • Swift 2.2

Installation

pod 'ElasticPullToUpdate'

Depends on

pod 'Refresher'

Usage

 // Use Refresher extension of UITableView
 tableView.addPullToRefreshWithAction({
    yourAsyncRefreshingCall(…, callback: {
        …
        tableView.stopPullToRefresh()
        …
    })
 }, withAnimator: ElasticPullToUpdate(…))

About

The project maintained by app development agency Ramotion Inc.

See our other open-source projects or hire us to design, develop, and grow your product.