Closed eduardobonfa closed 9 years ago
Sorry, I don't understand what are your trying to do.
I'm trying to load the contacts and save in a NSMutableArray, but it isn't working.
APContact* contactAP; NSMutableArray* returnContact;
Ok, so what the problem?
returnContact
is empty or what?
yes. it is
i added a break point on this line [addressBook loadContacts:^(NSArray <APContact > contacts, NSError *error) {} and it doesn't go inside
Sure, it's asynchronous callback. Add breakpoint to the next line