eggswift / pull-to-refresh

#Busy Re-Building....# An easy way to use pull to refresh and infinite scrolling in Swift. Pod 'ESPullToRefresh'
MIT License
1.82k stars 252 forks source link

Footer is sticked after call of stopLoadingMore() #80

Closed MiteshiOS closed 7 years ago

MiteshiOS commented 7 years ago

For loadMore data when there is no more data i stopped loader by calling this method self.tableView.es.stopLoadingMore() but the footer is still there saying "Loading more".

What should i do if i want to remove this one. screen shot 2017-06-28 at 12 57 56 pm

malkabani commented 5 years ago

SO, How to fix it?