DCPullRefresh
I saw this amazing design from Dribble.
##Install with CocoaPods
pod 'DCPullRefresh', '~> 1.0'
##How to use
It's simple, you just need:
tableView.dcRefreshControl = DCRefreshControl {
// Updating related code here
// ......
self.tableView.reloadData()
}
###Todo
- More property
- Add UICollectionView support
- Make animation more smooth
##Issues, Bugs, Suggestions
Open an issue
##License
DCPullRefresh is available under the MIT license. See the LICENSE file for more info.