I am having an issue setting the imageView of a tableCell. It keeps telling me that it is a read only value. But everything 2.0 has been deprecated.
cell.imageView = [UIImage imageWithData

NSData *)ABPersonCopyImageData(person)];
This should put in the users image from the AB but any image in there would be great...