2011-05-12 64 views

回答

7
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]; 

但請注意,該方法返回nil如果對應行目前是不可見的(或indexPath是出表的範圍)

相關問題