I have a table view that has scrolling disabled and I can add items to it. Above and beneath it are a few other controls. The problem is, when the table view gets too many items, the content is out of screen.
To solve this I think I need a scroll view but it needs to wrap the whole content and needs to be dynamic in height. How can I do this?
Edit: Maybe this makes the question simpler: I need to have a scrollView, that basically wraps the content. The content is a table View, that varies in height and some buttons.