如何将indexPath中的数组值转换为其他方法?

时间:2016-04-29 11:19:02

标签: string uitableview nsmutablearray didselectrowatindexpath

在我的应用程序中,我传递的数组如“idStr = [idArray objectAtIndex:indexPath.row];”在didSelectRowAtIndexPath中。如何将该值转换为另一种方法?我想将idStr传递给我的下面的方法。任何帮助?

-(void)test
{
 NSString *jsonString = [NSString stringWithFormat:GETLIST,UDID,idStr];
}

0 个答案:

没有答案