要使用以下方法保存图像,图像始终为缩略图。
CNMutableContact *updatedContact = [contact mutableCopy];
NSLog(@"Name Contact: %@ %@", [updatedContact givenName], [updatedContact familyName]);
NSLog(@"Identifier: %@", [updatedContact identifier]);
[updatedContact setImageData:[container contactImage]];
[save updateContact:updatedContact];
[addressBook executeSaveRequest:save error:&error];
有没有人知道如何使用CNContactStore
将iOS9设为全屏?