I have UIScrollViewwith a few built in it UITableView. I want each table to increase its height as much as necessary to display all of its cells. The full screen is displayed in the scroll view frame, so contentSize.heightyou need to expand it to fit the largest table (which, in my opinion, is the default behavior, but I mention it just in case I am mistaken). Can all this be done on my storyboard? Or, if I need to add code for this, I found this tutorial , but for iOS 6 - is there any code for this limitation What has changed for iOS 7?
source
share