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.
在我的应用程序中,我有一个包含 2 个部分的分组 UITableView。我必须对第二部分的元素进行排序。实现它的最佳用户交互是什么?
排序涉及重新加载表格,但是如果您想单独对第二部分进行排序,单独的按钮对部分进行排序是一个可取的选择,可以包含在 tableview 的标题部分中。
如果您希望对整个表格进行排序,您可以采取更具创新性的动作,例如手势或按钮按下甚至摇动手势。