/YBTableViewPullData

When user pull last table view cell at least hight of 2 cell then app will fetch more data from sever and new data will load into table view.

Primary LanguageSwift

YBTableViewPullData

#This project is in Swift 3

What is does..??? When user pull last table view cell at least hight of 2 cell then delegate will put a call to fetch more data from sever and new data will load into table view.

We add RefreshCell to show process view. you can modify you or add your own.

You need to copy code form ViewContoller file to you file. And copy one RefreshCell into your project.