//聯(lián)系人:石虎QQ: 1224614774昵稱:嗡嘛呢叭咪哄
//要插入的位置
NSIndexSet *helpIndex = [NSIndexSet indexSetWithIndexesInRange:NSMakeRange(1, [SHArr count])];
//要插入的數(shù)組
[self.helpArr insertObjects:helpSellArratIndexes:helpIndex];
//在沒有tableview的index.row的情況下找到tabbleview的指定cell的方式
NSIndexPath*index = [NSIndexPath indexPathForRow:i inSection:0];
//設(shè)置所要找到的cell
[self.bedTableview cellForRowAtIndexPath:index]//找到指定的tableviewcell
謝謝!!!