How to set table view not to scroll?

How do I create a table view that has a set number of rows that fill the entire table view, that do not scroll at all?

@brower. Thanks very much for your question! You could do this:

`tableView.isScrollEnabled = false

I hope this helps!

All the best!`

This topic was automatically closed after 166 days. New replies are no longer allowed.