SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

Is there a way to remove infinite scrolling?

Open georgbachmann opened this issue 10 years ago • 1 comments

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?

georgbachmann avatar Aug 12 '15 07:08 georgbachmann

self.tableView.showsInfiniteScrolling = NO;

duc-ios avatar Aug 30 '15 14:08 duc-ios