Latest | 0.4 |
---|---|
Homepage | https://github.com/marwendoukh/PullUpToRefresh-iOS |
License | MIT |
Platforms | ios 11.0 |
Authors |
PullUpToRefresh – iOS
Pull up to refresh is a Swift library that adds pull to refresh capability to tableview bottom.
Install
Add this to your Podfile
pod 'PullUpToRefresh'
How to use it ?
-
Set your tableview custom Class to
PullUpToRefreshTableview
- Implement the
PullUpToRefreshTableviewDelegate
in yourUIViewController
Customization
-
bottomView
: the view at the bottom that will be shown when refreshing -
differenceThreshold
: set how much you want to scroll in the bottom in order to show the bottom view refreshThreshold
: set how much you want to scroll in the bottom in order to start refreshing
Questions or Suggestions ?
Please do not hesitate to email me at [email protected]
Latest podspec
{ "name": "PullUpToRefresh", "version": "0.4", "summary": "PullUpToRefresh in tableview bottom", "description": "PullUpToRefresh adds pull from bottom of tableview", "homepage": "https://github.com/marwendoukh/PullUpToRefresh-iOS", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Marwen Doukh": "[email protected]" }, "platforms": { "ios": "11.0" }, "source": { "git": "https://github.com/marwendoukh/PullUpToRefresh-iOS.git", "tag": "0.4" }, "source_files": "PullUpToRefresh/**/*.{swift}", "exclude_files": "Classes/Exclude", "swift_version": "4.1" }
Sun, 06 Jan 2019 11:07:11 +0000