【发布时间】:2017-01-27 15:05:18
【问题描述】:
你可以在这里看到我的代码:
@IBAction func edit(sender: UIButton?) {
let indexPath = NSIndexPath(forRow: 0, inSection: 1)
self.tableView(tableVw, editActionsForRowAtIndexPath: indexPath)
}
【问题讨论】:
标签: ios swift uitableview