UITableView多選時修改選中按鈕的圖片或者顏色

1.code // 在編輯狀態下容許多選 _tableView.allowsMultipleSelectionDuringEditing = YES; 2.  - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { // 編輯模式下不容許點擊進
相關文章
相關標籤/搜索