Is there a way to remove infinite scrolling?
georgbachmann opened this issue · 1 comments
georgbachmann commented
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
self.tableView.showsInfiniteScrolling = NO;