tags:

views:

304

answers:

1

Currently in iPhone SDK, doing

ABPersonSetImageData

to set an image for a person creates a distorted thumbnail if image's height != width (try it out yourself). Has anyone come up with a solution for this?

Below is what happens if I do ABPersonSetImageData using a 200x30 image. http://qkpic.com/767fd

A: 

Probably expected functionality. Just crop it to be a square.

Corey Floyd