I have a UIViewController in swift/ios 8.
In that view I have added two UITableView (Not UITableView Controller)
I have successfully loaded data from JSON web request.
I have added these tableviews within scroll view.
Now I want to make increase the height of the UITableView to fit all the rows. I do not want the UITableView to scroll. The UIView should be scrolled, with the Scroll View.
I have tried increasing size, also tried using sizeToFit method on the table view.i