views:

265

answers:

1

Is there any way to reorder section in UITAbleView by dragging similar to row? Is there any trick to do so?

A: 

Check out this stackoverflow question. It shows you how to only allow reordering of UITableViewCells within a given section.

DHamrick