self.tableView.scrollEnabled = NO;
Add this to any method that references your table view, such as
- tableView:numberOfSectionsInTableView
- tableView:numberOfRowsInSection
- tableView:cellForRowAtIndexPath
self.tableView.scrollEnabled = NO;
Add this to any method that references your table view, such as
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.