mark
http://www.cnblogs.com/-ios/p/5707871.html
iOS tableViewcell側滑刪除自定制,側滑出現多個按鈕等
不寫這個
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
{
return YES;
}
也是可以的,因為默認是YES的
mark
http://www.cnblogs.com/-ios/p/5707871.html
iOS tableViewcell側滑刪除自定制,側滑出現多個按鈕等
不寫這個
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
{
return YES;
}
也是可以的,因為默認是YES的