在我的数组中我存储了数据库值并被用户删除那个时候我想重新加载array.how来刷新数组?.i也重新加载表但是我不是很有帮助,我想要在桌面上的时间效果。< / p>
我分层使用它:
[tableview begineUpdate];
[tableview reloadrowatindexpath:withanimation:];
[tableview deleterowatindexpath:withanimation:];
[tableview endupdate];
对于数组我也使用过:
array = [NSMutablearray new];
答案 0 :(得分:0)
在重新加载表之前从数组中删除条目。
[yourArray removeObjectAtIndex:indexPath.row];
答案 1 :(得分:0)
在重新加载表之前,只需import csv
with open('input_1.csv') as f1, open('out.csv', 'w', newline='') as resultFile:
wr = csv.writer(resultFile, dialect='excel')
for row in csv.reader(f1):
wr.writerow(row)
或者调用你的数组来重新加载表
removearrayatindexpath