I have UITableView that have 7 section .. each section have 1 row .. My Question is :
How can I move section from it position to another position ?? .. like moving cells in TableView
I have UITableView that have 7 section .. each section have 1 row ..
Share
As of iOS 5.0,
UITableViewunderstands themoveSection:toSection:message.