Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 UITableView 有 7 个部分 .. 每个部分有 1 行 .. 我的问题是: 如何将部分从它的位置移动到另一个位置?.. 就像在 TableView 中移动单元格
从 iOS 5.0 开始,UITableView可以理解该moveSection:toSection:消息。
UITableView
moveSection:toSection: