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 的问题。我已经将一个单元格放在第一个位置,当我按下它时,一个 int 控制 tableview 中的单元格数量,增加 1 个单位,然后重新加载 tableview。但是,我如何将我添加的单元格放在第一位?
解释图:http ://cl.ly/image/3b1A1V081Q1l
您应该在表数据源中执行此操作;例如,如果它是一个数组,则重新排列数组中元素的顺序,以便在请求– tableView:cellForRowAtIndexPath:它时返回正确的元素。
– tableView:cellForRowAtIndexPath: