alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

Prevents crash in REPL when calling person.photo by having person.photo return a UIImage #30

Closed spnkr closed 11 years ago

spnkr commented 11 years ago

Fixes https://github.com/alexrothenberg/motion-addressbook/issues/29

Prevents crash in REPL when calling person.photo. ABPersonCopyImageData(ab_person) returns an NSCFData instance which can't be displayed in the REPL.

alexrothenberg commented 11 years ago

Thanks for finding and fixing this!