阅读背景:

如何在自定义单元格到详细视图中显示图像

来源:互联网 
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *__strong)indexPath
{


    TestViewController*detail = [self.storyboard instantiateViewControllerWithIdentifier:@"TestView"];


    [self.navigationController pushViewController:detail animated: YES];

    detail.outputLabel.text =[NSString stringWithFormat:[mutablearray1 objectAtIndex:indexPath.row]];
      // detail.outputImage.image =[NSString stringWithFormat:[mutablearray2 objectAtIndex:indexPath.row]];  
}
@end
- (void)tableView:(UITableView *)tableView didS



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: