samvermette / SVPullToRefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.
http://samvermette.com/314
MIT License
4.82k stars 1.09k forks source link

Is there a way to remove infinite scrolling? #261

Open georgbachmann opened 9 years ago

georgbachmann commented 9 years ago

During the user is editing some text in my UITableView I'd like the infinite scrolling not to do anything... is there a way to do that? F.e. by removing it?

duc-ios commented 9 years ago

self.tableView.showsInfiniteScrolling = NO;