SVPullToRefresh
SVPullToRefresh copied to clipboard
Is there a way to remove infinite scrolling?
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?
self.tableView.showsInfiniteScrolling = NO;