I have (what I thought was) a very simple mac OS project view consisting of a window, a tabbed view with 2 tabs and in one of these tabs a tableview.
When I run it it works as expected; however sometimes the datasource contains more rows than will display; in this case the vertical scroll works fine. I can drag the window frame to "resize" the window but the tableview height does not change.
To fix this problem I added 2 constraints to the border scroll view of the table - for top space and bottom space - both set relative to its superview. The top space is set to a fixed value and the bottom space is set to "default".
When I do this there are no layout constraint errors but when I run it, the table doesn't appear at all. Any thoughts or suggestions?
When I run it it works as expected; however sometimes the datasource contains more rows than will display; in this case the vertical scroll works fine. I can drag the window frame to "resize" the window but the tableview height does not change.
To fix this problem I added 2 constraints to the border scroll view of the table - for top space and bottom space - both set relative to its superview. The top space is set to a fixed value and the bottom space is set to "default".
When I do this there are no layout constraint errors but when I run it, the table doesn't appear at all. Any thoughts or suggestions?