邝子涵

Results 1 comments of 邝子涵

> 没有遇到你说的问题。 CNMutableContact *newContact = [[CNMutableContact alloc] init]; newContact.givenName = @"张三"; // 创建一个可变数组来存储号码 NSMutableArray *phoneNumbers = [NSMutableArray array]; // 创建第一个号码 CNPhoneNumber *phoneNumber1 = [[CNPhoneNumber alloc] initWithStringValue:@"1234567890"]; CNLabeledValue *phoneNumberValue1 = [CNLabeledValue...