Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm working with Address Book Framework internally and I'd like to know if it's possible to use an image bigger than 320x320 px in the ABRecordRef opaque type.

I tried to set an image from mainBundle but I was not lucky because when reading the image again, the ABPersonCopyImageDataWithFormat function sends me always an image with the same size (320x320).

Is there a way to keep a larger image in ABRecordRef?

share|improve this question
Maybe linking a Core Data object with the person/image could be it? – herz Aug 3 '12 at 16:17
That's my first solution, but I'd like to know if it's possible with de framework, thanks! – specktro Aug 3 '12 at 17:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.