How to disable scrolling in UITableView?
How to disable scrolling in UITableView? Answer #8: You can edit this in your storyboard (if you are using one). Under the table view there is a checkbox that says “Scrolling Enabled”. Uncheck it and you’re done. How do I make a Tableview scrollable? Your UITableView will need a data source object to feed it […]