8
如何通过indexPath获取uitableViewCell?
我怎样才能获得UITableViewCell通过indexPath?像这样: UIActionSheet单击确定时,UIButton我要使用,我想更改单元格文本。 我定义为属性的nowIndex - (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex { if (buttonIndex == 0) { NSInteger section = [nowIndex section]; NSInteger row = [nowIndex row]; NSDateFormatter *formatter = [[[NSDateFormatter alloc] init] autorelease]; formatter.dateFormat = @"yyyy-MM-dd"; if (section == 0) { if (row == 0) { } else if (row == 1) { …