Questions tagged [abpeoplepickerview]

The ABPeoplePickerView class allows you to customize the behavior of people-picker views in an application’s user interface.

The ABPeoplePickerView class allows you to customize the behavior of people-picker views in an application’s user interface. Inherits from NSView : NSResponder : NSObject

It is in the AddressBook.framework.

References:

131 questions
1
vote
0 answers

iOS 8 ABPeoplePickerNavigationController search bar keyboard resign

I want to resign the search bar keyboard in ABPeoplePickerNavigationController programmatically. In iOS 7 I use [self.peoplePicker.searchDisplayController.searchBar resignFirstResponder]; to resign the keyboard and it works fine. But in iOS 8…
parapakura
  • 11
  • 2
1
vote
1 answer

ABPeoplePickerNavigationController Freezing my app

I'm having trouble with ABPeoplePickerNavigationController generating zombies and freezing my app, I tried several methods to initialize it but someway or another seem to randomly freeze my app: if([appDelegate testInternetConnection]){ …
ZurceZx
  • 11
  • 3
1
vote
1 answer

ABPeoplePickerNavigationController customisation

I want to use ABPeoplePickerNavigationController but I want to customise the view. I want to have an accessory image by some of the contacts, and I want to sort them in a different way than the default one. Is there a way to do it? Or do I have to…
bobsacameno
  • 765
  • 3
  • 10
  • 25
1
vote
1 answer

How do I get an email address from the address book programmatically using Grant Access? (Objective C)

How do I read an email address from the address book programmatically using Grant Access? I am aware that this can be achieved with the help of ABPeoplePicker, however I am looking for an approach that does not involve any GUI. Can anyone help me…
SJS
  • 2,647
  • 1
  • 17
  • 34
1
vote
1 answer

Unwind segue crashes after ABPeoplePickerNavigationController use

I have a modally presented view (call it 'current view'). It has an unwind segue to the modally presented view before it. Current view has a button hooked up to the following code: - (IBAction)inviteUser:(id)sender { …
1
vote
0 answers

ABPeoplePickerNavigationController Sending Wrong Identifiers its Delegates

In my iOS app, the user is able to select emails from the AddressBookUI via the ABPeoplePickerNavigationController. The problem is that one email for a contact entry comes from the address book and another email is from the Facebook sync. When the…
AddisDev
  • 1,791
  • 21
  • 33
1
vote
1 answer

Set image for contact iOS

I am using ABPeoplePickerNavigationController for representation table of contacts. By tapping contact I need to set new image for it. I added code to delegate for changing person data, but can't change image. Any suggestions? This is my code…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
1
vote
2 answers

ABPeoplePickerNavigationController navigation barStyle BlackTranslucent dislocates layout

with bar style as BlackOpaque my people picker looks like: but when I want the barStyle to be BlackTranslucent, it looks like this: I have tried solution from here CODE: - (void)showPeoplePickerController { ABPeoplePickerNavigationController…
Nikita P
  • 4,226
  • 5
  • 31
  • 55
1
vote
1 answer

Extracting contact variables from profile page (phone #, email address, photo) to iOS Phonebook Contact List

I'd like to load information from user profiles in my app, into the iPhone Phonebook/Contact List. My app has user profiles that contain various attributes about the person in which they're representing, such as their phone number, name, school,…
1
vote
2 answers

Cocoa: ABPeoplePickerView - How can I trigger a Method upon single clicking a person?

I've looked everywhere, and hope that perhaps someone can point me in the right direction. I just want to run a method each time the user selects a different record. The bigger picture (in case there is an alternate way) is that when the user…
1
vote
1 answer

Choosing an Email from the address book - iOS

I'm trying to select the email id the user wants from the address book. When the user selects the work email or home email, then the corresponding value should be added to the variable. Any suggestion on this? Attached below is my…
DesperateLearner
  • 1,115
  • 3
  • 19
  • 45
1
vote
1 answer

How to display the selected contact person (selected from address book: ABPickeView ) name as well along with the number in the text filed

I have implemented an iPhone app.. in that i have two options 1. Send SMS 2.Send email in a page. I implemented both functionalities and Implemented code to get address book when taping on contacts text fields or on a discloser button. From hte…
user1645721
  • 653
  • 2
  • 8
  • 18
1
vote
0 answers

How to refresh PeoplePicker after deleted contact? iOS

I implemented a ABPeoplePickerNavigationController and ABPersonViewController. I did however, add the peoplepicker to a tabbarcontroller, it is no longer presented modally. The tabbarController keeps a reference to the controller. I added a big red…
1
vote
1 answer

ABPeoplePicker: Reset Custom Navigationbar Appearance

I am using a custom appearance of my UINavigationBar, the UIBarBattunItems and the BackButton. Additionally, I am using Apple's ABPeoplePicker to let the user choose from some contacts. My problem is that I would like to reset the appearance to the…
Chris
  • 3,057
  • 5
  • 37
  • 63
0
votes
1 answer

strange 48 byte leaks in app using ABPeoplePickerNavigationController and Core Data

At this point I'm not sure if these leaks might be CoreData related or what, since I've experienced 48 byte strdup leaks in other parts of this same app for apparently different reasons - see my other question:another stack overflow question But,…
1 2 3
8 9