I have a scrollview that contains a tableview and some other componinets, some buttons and labels. However I cannot figure out how the following two questions are addressed:
- I know how to disable the scrolling in the tableview. Nevertheless, can anyone tell me how to expand the tableview programmatically so the hight of the table view will not only be limited to the hight I set in interface builder?
- When it comes to deciding the contentSize of the scrollview, how do I calculate the hight of the tableview as a whole?
Thank you in advance for any thoughts.