I want to make a UITableView, which has many columns, so the whole cell can’t display the all data, and the first column shows titles, this row can’t move flatly, but other rows can move flatly.
I tried adding UITableView to UIScrollView, but failed
Is there any ways to achieve this requirement?
You need to make a custom TableViewCell to achieve this properly.
EDIT:
A quick example:
Quick usage in tableview: