I have an UITableView
with varying height, and when pressing reorder control, in the cell view structure a new view appears. Normally it is not a problem, but sometimes its height is quite big, and it overlaps, with cell below.
- Why this view appears?
- How can I get rid of it?
- Or prevent to overlap other cells?