de acuerdo con este código si quiero acceder a imageView1 y imageView2 ¿cómo puedo acceder a él? por favor muéstreme un ejemplocómo obtener acceso a la subvista de UIView?
ejemplo cell.accessoryView.subviews?
UIImageView *imageView1 = [[[UIImageView alloc] init] autorelease];
UIImageView *imageView2 = [[[UIImageView alloc] init] autorelease];
imageView2.alpha = 0;
[cell.accessoryView addSubview:imageView1];
[cell.accessoryView addSubview:imageView2];