我想做一个这样的菜单布局:所有类别都可以折叠点击类别行将展开/折叠该类别中的项目单击项目行将在下面的行中动态添加该项目的副本单击项目行上的[-]按钮将删除该行我考虑过用这个层次结构来做:UITableView(Wholemenu)-UITableViewCell(EachCategory,forexampleCategory3)-UITableView(EachCategory,forexampleCategory3)-UITableViewCell(Categoryitems,forexampleitem2)-UITableView(Categoryitems,forexamplei