PullToMakeSoup
Custom animated pull-to-refresh that can be easily added to UIScrollView.
Requirements
iOS 8.0+
Xcode 8
Swift 3
Portrait orientation
Carthage
github "Yalantis/PullToMakeSoup" ~> 2.0
Installing with CocoaPods
Usage
At first, import PullToMakeSoup framework:
Create refresher:
Add refresher to your UIScrollView subclass in 'viewDidAppear' method and provide action block:
After the action is completed and you want to hide the refresher:
You can also start refreshing programmatically: