1 |
self.tableView.scrollEnabled = NO; |
Add this to any method that references your table view, such as
- tableView:numberOfSectionsInTableView
- tableView:numberOfRowsInSection
- tableView:cellForRowAtIndexPath
1 |
self.tableView.scrollEnabled = NO; |
Add this to any method that references your table view, such as