2012-08-10 4 views

답변

13
UITableViewCell *cell = [theTableView cellForRowAtIndexPath:theIndexPath]; 
NSInteger tag = cell.tag; 

이 정보가 도움이되기를 바랍니다.

2
int yourCellsTag = [[yourTableView cellForRowAtIndexPath:indexPath] tag]; 
관련 문제