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 并将其设置为可编辑。我想知道当我在单元格上滑动时调用了哪个函数。因为我想在删除按钮出现之前做一些事情。
tableView:willBeginEditingRowAtIndexPath:据我所知,此方法称为
tableView:willBeginEditingRowAtIndexPath: