I have an application in which i want to implement UITableView whose scrollable property set to False.
I have add that UITableView inside the UIScrollView to achieve this task, Now i want my UIScrollView to scroll it down till the last cell of UITableView. So, how can i allocate dynamic height to the UIScrollView so that it will scroll till the last cell of my UITableView.