2011-08-06 13 views

答えて

3
UIImage *img = [UIImage imageNamed:@"yourimage.png"]; 
NSData *dataRef = UIImagePNGRepresentation(img); 
ABPersonSetImageData(person, (CFDataRef)dataRef, nil); 
+0

申し訳ありませんが、これは私のためには機能しません。私はシミュレータでこれをテストしています。このコードに追加する必要があるものは何ですか? –

+0

これはあなたが実装する必要がありますhttp://developer.apple.com/library/mac/#documentation/UserExperience/Reference/AddressBook/Classes/ABPerson_Class/Reference/Reference.html – PJR

+0

Thnx @PJR私はついに私の問題を解決しましたこのスレッドhttp://stackoverflow.com/questions/2082845/setting-address-book-image-for-a-contact-doesnt-seem-to-work –

関連する問題