How to disable scrolling in a Table View

- by
self.tableView.scrollEnabled = NO;

Add this to any method that references your table view, such as

  • tableView:numberOfSectionsInTableView
  • tableView:numberOfRowsInSection
  • tableView:cellForRowAtIndexPath


If you enjoy my content, please consider supporting me on Ko-fi. In return you can browse this whole site without any pesky ads! More details here.

Leave a Comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.