tags:

views:

71

answers:

1

Hi, the ABPersonCopyImageData function in iOS4 SDK 4.0->4.02 seems to return uncropped image and leads to terrible performance and crashing due to running out of memory. It used to work fine on OC versions 3.0->3.1.3. I've tried upgrading to 4.02 but still same issues

Is there a workaround for this?

A: 

Well now there is ABPersonCopyImageDataWithFormat in the SDK 4.1 which returns either thumbnails or the full image

tech74