2016-08-20 4 views

답변

0

가있는 tableview ::

func tableView(tableView: UITableView, commitEditingStyle editingStyle: UITableViewCellEditingStyle, forRowAtIndexPath indexPath: NSIndexPath) 
    { 
     if editingStyle == .Delete 
     { 
     //code for delete 
     } 
    } 
관련 문제