Questions tagged [addressbookui]

The Address Book UI framework for iOS provides controllers that facilitate displaying, editing, selecting, and creating records in the Address Book database.

The Address Book UI framework is a framework for iOS () that provides controllers that facilitate displaying, editing, selecting, and creating records in the Address Book database.

External resources:

81 questions
-1
votes
1 answer

ABPeoplePickerNavigationController shouldContinueAfterSelectingPerson deprecated Swift

Since i update my version of xcode 6 to beta 3 i having a lot of trouble with AddressBookUI. Reading the Apple API documentation i saw the function: func peoplePickerNavigationController(peoplePicker: ABPeoplePickerNavigationController!,…
marchiore
  • 582
  • 2
  • 6
  • 21
-1
votes
1 answer

Segue to View that's a part of AddressBookUI

I have my Storyboard set up in my Xcode project, I have created a new ABPersonViewController and set the segue to it. However, I'm running into a problem that when I make the segue, the view is completely black: I understand there may be solutions…
esqew
  • 42,425
  • 27
  • 92
  • 132
-1
votes
3 answers

Potential Memory leak abaddressbookcopyarrayofallpeople( )

This is function to reload my address book after saving changes, the line self.addressbook=ABAddressbookCreateWithOptions() and self.contactAdd=ABAddressBookCopyArrayOfAllPeople(self.addressBook) are showing as the potential memory leak…
Raon
  • 1,266
  • 3
  • 12
  • 25
-1
votes
1 answer

IOS: AddressBook Ui Framework

I want to select multiple contacts from an address book and i want to store the images of the selected persons in an mutable array. I have searched through the internet completely but i cant get any samples. Any one please help Thanks in advance
-2
votes
1 answer

iOS What's the difference between AddressBook.framework and AddressBookUI.framework?

I have to get email addresses from contacts, so I tried to add AddressBook.framework. I found 2 similar frameworks. What's the difference between AddressBook.framework and AddressBookUI.framework? What should I use?
ttotto
  • 826
  • 3
  • 13
  • 31
-2
votes
1 answer

How to access phone contacts from an iPhone app and send sms on selecting single or multiple contacts

I have an iPhone App in which i want so access the phonebook contacts and on the selection of single or multiple contacts i want to send sms to the selected contacts. Please can anybody give me a sample code for doing this app. Thanks in advance.
1 2 3 4 5
6