I’m not sure what is happening to my UITableView.
Right now, the UITableView is added as a subview.
And when the content in my tableview becomes larger than the view, I’m expecting the tableview to be scrollable.
But what is happening is that whenever the table view is scrolled beyond bottom of the UIView, it will be bouncing back.
I tried to manually calculate the content size of the table view but it is not working so I assume that is not a right way.
your table view rect is lager then your view’s rect. just make it smaller.
EDIT: some times it happends, when you have navigation bar, or tabbar. Your view automatically resized, but not allways as you whant. In this case, you have 2 options: