samvermette/SVPullToRefresh

Is there a way to remove infinite scrolling?

Opened this issue · 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?

self.tableView.showsInfiniteScrolling = NO;