如何使用Contacts / Contacts.h将缩略图来电显示更改为FullScreen来电显示

时间:2016-04-06 01:31:53

标签: ios objective-c iphone ios9

enter image description here

要使用以下方法保存图像,图像始终为缩略图。

            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设为全屏?

0 个答案:

没有答案