2
我在下面的代碼來實現這一點。問題有選在一個UITableViewCell
UITableViewCell *cell = [tableView1 cellForRowAtIndexPath:indexPath];
UITableViewCell *cell2 = [tableView1 cellForRowAtIndexPath:oldIndexPath1];
cell.accessoryType = UITableViewCellAccessoryCheckmark;
cell2.accessoryType = UITableViewCellAccessoryNone;
oldIndexPath1 = indexPath;
但是,如果我選擇,然後取消選擇複選標記,然後我不能選擇對號了。
你能幫助我嗎?
倘使你在didSelectRowAtIndexPath方法發佈的代碼()。 – Jordan 2009-09-22 12:10:35